I have configured the JIRA bug tracking system with GitHub DVCS. But when I commit the task with message of JIRA key and resolve status, it does not change the status as resolved in JIRA. Is there any command to change the bug status in JIRA from GitHub commit message?
Open a Jira issue then go to the Git Commits tab. In this tab, you will see commits, files changed, links to external repository, commit author and more. git commit message to link the commit to this issue. The git commit will get associated with the Jira issue if the commit message includes the exact issue ID.
You just need to include #xxx in your commit message to reference an issue without closing it. With the new GitHub issues 2.0, you can use these synonyms to reference an issue and close it (in your commit message).
Use Markdown to format your text. Some tools like GitHub will render Markdown when showing commit messages. Use asterisks bullets when you need to explain a long list of changes.
Here is what you need to do to enable 'smart commits':
https://confluence.atlassian.com/display/AOD/Enabling+DVCS+smart+commits
Then, the syntax to use in the commit messages:
<ISSUE_KEY> #<CMD> <optional CMD_PARAMETERS>
Example:
JRA-123 #resolve
More info on the syntax here:
https://confluence.atlassian.com/display/AOD/Processing+JIRA+issues+with+commit+messages
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With