Commit logs for JIRA subtasks aren’t appearing:
BRK102 Adjust error routine
Is there a required commit message format or specific setting in SourceTree or JIRA?
Commit logs for JIRA subtasks aren’t appearing:
BRK102 Adjust error routine
Is there a required commit message format or specific setting in SourceTree or JIRA?
I had a similar problem where my commits wouldn’t show up in JIRA. I eventually discovered that the key was proper commit message formatting. The commit message needs to include the JIRA issue key in the exact format that JIRA expects, such as BRK-102 instead of BRK102. It turned out that omitting the hyphen caused the integration to fail. Additionally, verify that your integration settings in both SourceTree and JIRA are correctly configured, including any necessary plugin settings. Once I corrected my commit messages and rechecked the configurations, everything linked up correctly.