Forums

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

How to find Issues with Merged PR

Fabian E_
Contributor
June 26, 2018

I'd like to find all open issues that have a merged PR in order to find tickets that might have been forgotten to be resolved and therefore will probably ship to production untested.

JQL has the two terms `development[pullrequests].open` and `development[pullrequests].open`, but unfortunately no means to filter out `declined` PRs. So when I do `status not in (Closed, Resolved) AND development[pullrequests].all > 0 AND development[pullrequests].open = 0`, I will get both issues with `merged` and `declined` PRs. I'd like to only get the ones with `merged` PRs.

Is that possible somehow? If not, could this be added to JQL?

1 answer

0 votes
Florian Bauer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 9, 2015

apparently some external libs could not be loaded. do you have any firewall restrictions?

Tracy Qin
April 9, 2015

No, I disabled the firewall but it didn't work. Is there any other possible reasons?

Suggest an answer

Log in or Sign up to answer