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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.