Hello,
I need to get information to which branches the code was commited
to find the issues in a specified branch using JQL in Jira.
Is there any plugin or solution for this?
Thanks in advance,
Tatiana.
Hi Tatiana,
All information in JIRA's development panel (Commits/Builds/Branches) is retrieved when accessing the issues and it is not stored in JIRA itself so doing a JQL to retrieve that will not be possible.
You should be able to verify all the issues associated to a single Branch in Stash though by going to the Commits page and filtering by the desired branch. Maybe with some REST call from Stash this may be easier to retrieve.
Hope this helps.
If you are using Subversion, then the Subverson ALM plugin would provide such information because it supports a bunch of custom JQL functions to filter issues by using Subversion attributes... like paths (a branch is a path). And it can do it recursively too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.