I am using a BitBucket private repo for hosted source-control. I would like to use the issue tracker to manage and assign issues amoungst the team.
With JIRA, the names of branches and issues are linked.
For example, ISSUE-123
would automatically recognise branch bugfix/ISSUE-123
as related, and display it in GUI.
Does the built-in issue tracker for BitBucket support this functionality? If so, how should I name my branches so that they are linked?