Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the pull request ids from the issue ticket ?

samra40390
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 23, 2020

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

0 answers

Suggest an answer

Log in or Sign up to answer