Automatically add JIRA ticket ID to your commit messages
JIRA by Atlassian is one of the most popular product development tools out there. One of the great features it provides is tracking
progress of given ticket via commits on Bitbucket. For example, if there is a JIRA Ticket BUG-5
, all the commits and branches
tagged with BUG-5
([BUG-5]
for the commits) will show up on the JIRA ticket status sidebar. To make it even easier, JIRA provides a simple create
a branch
button on the ticket, which creates a branch using the ticket id and the title of the ticket. As a result, the branch appears on the sidebar.