Forums

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

what is the syntax to retrieve pull request status of a jira issue?

almog boim January 7, 2024

Hey

 

I want to create an automation that indicates all the issues with "closed" status, that have also pull requests with non-merged status.

what should be the syntax?

 the PR is connected through bitbucket.

1 answer

0 votes
Sagar Mahajan
Community Champion
January 8, 2024

Hi @almog boim You can try the below JQL

status = closed AND development[pullrequests].all > 0

Please try this and let me know how it goes.

Thanks

Sagar

Suggest an answer

Log in or Sign up to answer