Is there a jql query which gives me the list of branches which are used in the current sprint
I got this to get all stories with branches, but how do I get the branch itself?
<jira>/rest/api/2/search?jql=sprint=479 AND issuetype=Story AND development[branches].all > 0
Welcome to Atlassian Community!
You cannot get this information from within Jira since it does not store the branch information within the issue, you would have to use the Bitbucket API, or whatever repository manager you are using, to get branches associated with your issues in the sprint.
In a previous life I created a web app that did this search for me and created a report based on input data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.