You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
We use the Jira - BitBucket integration.
So, every GIT commit is connected to one or many Jira issues.
Assuming I would like to query all Jira issues that are" connected" to a branch.
Or, more technical terms: Query all Jira issues that are linked to a commits that are reachable by specific branch.
How can I get this information from Jira?
You will be able to perform Advanced JQL searching on development fields reference. Please see the page Advanced searching - development fields reference
Regards,
Vijay Ramamurthy
Vijay ,
Thanks for the quick response.
This will work only of I have created the brach from Jira from the development tool section?
My use case is that users creates branches using git commands.
Then apply the Jira ID at the commit message.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, the above JQL search will work only if you have your DVCS connected to your JIRA instance, basically we are performing search based on the development panel available in JIRA issue and JIRA will not be able to identify the issues if you do not have them configured and search and provide you the required results.
Unfortunately I am not aware of any other native method which will allow you to get your required results.
Regards,
Vijay Ramamurthy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The linked JQL reference doesn't seem to allow for what was requested here. I can't query on a specific branch can I? Could I record branches into a jira custom field somehow?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Steve McAfee ,
Actually, this is what we did at the end.
We have created a tool that browsed all git commits, and added relevant data to Jira custom field accordingly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.