The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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