Background
Our jira repo (cloud) is integrated with github.
When a PR is pushed, the information is available at ticket level (see screenshot)
Goal
We would like to filter by tickets that have PRs associated.
We would like to create some automation for tickets that have PRs associated
Failed attempts
We tried
development[pullrequests].all>1
development[commits].all>1
but it does not work. (from support tickets here)
Question
How can we access the PR / development information per ticket in JIRA?