Reputation: 143
I am able to see the development section and "Create Branch" link. I am also able to create branch from Jira using the link, but my new branch does not show up in the ticket. Still just says "Create Branch". The branch is actually created and I can verify that in BitBucket. Are there some settings that I miss?
Upvotes: 2
Views: 953
Reputation: 599
Your branch name should contain the Jira ticket code.
Eg, if your ticket was XY-1056, your branch should be "bugfix/XY-1056-my-fix" or something along those lines.
Upvotes: 1