How to link branches to problems in BitBucket?

I am using a private BitBucket repo for a managed source. I would like to use the problem tracker to manage and assign problems among the team.

JIRA has branch and problem names.

For example, it ISSUE-123automatically recognizes the branch bugfix/ISSUE-123as related and displays it in the graphical interface.

Does the built-in error tracker for BitBucket support this feature? If so, how do I name my branches so that they are connected?

+4
source share
2 answers

Reply from BitBucket:

Unfortunately, the function of linking branches to problems in branches is not available in Bitbucket, which is built into the problem tracking system.

: https://bitbucket.org/site/master/issues

, .

+4

, , Jira, .

, , , , , :

issue #number  ->  issue #88

pull request #number  ->  pull request #1541

@accountname or @emailaddress  ->  @tutorials

HEX_CHARS  ->  9cc27f2

. .

+4

All Articles