Basically this:
> Commits are linked automatically if the issue key is included in the commit message.
A commit will only appear "linked" if the Jira Key is in the commit message. The expected behavior from my team (new to Jira) is that by naming a branch with the Jira Key, then all subsequent commits would appear within the linked issue as well.
Why is this not the case?
The options we are looking at include:
So basically, human fallibility or creating a stock automation for every one of our repositories?
We use a specific commit policy to enforce work item keys in:
Not only the key must be there, it also must match a JQL query. It ensures that a work item from a valid project is chosen, the status is correct, etc.
That way, the work item references in our Bitbucket workspace and in our Git history are always precise.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.