Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,644,756
Community Members
 
Community Events
196
Community Groups

how to link an existing branch/pull request to a jira issue

How can I link an existing branch (created from stash/git, not from JIRA by "Create branch") to a jira issue?

Same thing for a pull request (other than adding a comment with the pull request link...)

7 answers

Use the JIRA ticket number in the title of the pull request - that should link them.

In our case we use Git Flow which requiere that we create the branches like this: "Feature/XX-15" , "Hotfix/XX-22"

Is there a way that JIRA supports gitflow? 

Like # people like this

I use gitflow at my job and the link still seems to work just fine. I don't believe there was any extra setup for this.

the question refers to code you want integrated as resolution for your issue, which has been already developped and reviewed in an existing pull request, cherry picked from another branch, from upstream, etc. with names/ids not related to current issue.

this above mentioned code fixes an issue created in Jira by some other engineer/customer etc.

so how can you make the branches/pull requests not containing the jira id in the names appear in the list of branches/pull requests for the new issue?

Like mihail_t likes this

I'd love to know how to be able to do this too.

It's weird that it's easier to do this between Pivotal Tracker and GitHub compared to JIRA and Bitbucket, two products by the same company.

Like # people like this

Hi @Chris Taormina 
Sorry for bother you, but you say you use gitflow and Jira at your job.
How do you handle release versions assigned to a Jira issue?
Here a full question: https://community.atlassian.com/t5/Jira-questions/Setup-Jira-Issues-version-when-using-Gitflow/qaq-p/1167931
Hope you can take the time to review it.
Thanks!

This isn't an answer, but an acknowledgement of the issue in the original post.

In our org, we have the integration working such that if the issue is in the commit comment, then the "Development" section will link to that commit and pull request.

The problem is, if the developer forgets to put the issue in the comment, or misspells it, then the integration doesn't work.  There is no way to add references to commits or pull requests after the commit is created.  The feature is too limited.

Hi guys,

It would be great if your answer also contained a screenshot.

Then, it will be more helpful.

Thanks,

Binh

I was just looking at this and I discovered that if you drop the Issue Number from Jira into the Pull Request title then it auto-links issue, PR and branch, so you don't have to redo all the branch naming and whatnot. HTH someone, as it was looking like a pain for me until I did that.

Is this auto-linking deprecated? It stopped working for us a while ago and we can't find how to enable it again. 
It seems like the only solution so far is to enable "smart commits" 

Adding number of ticket with # ( #sample-1 )  anywhere in commit message links this commit and a whole branch to ticket.

Not obvious, not convenient.  If atlassian reads this - just copy user experience from azure devops

It doesn't seem to work with VSTS. Work with Bitbucket though

Suggest an answer

Log in or Sign up to answer