Need to get pull request id(s) associated with each jira issue ticket that has been fixed in a given release and the PR is in a merged state. Preferably, using JQL.
Project = 'issue' AND fixedVersion = '1.0.3"
- gives me the list containing issue id, issue description and few other info.
Now adding development[pullrequests].merged > 0 --> shows the 'development' field to 'merged'
If I click on 'merged' field, it will give PR ID and its description.
what will be the JQL to extract PR info, associated with issue ID. ?
BTW, GitHub enterprise is used here.
thank you,
Sam Rajagopal