I am currently using the following query to identify all issues with open PR's that are not resolved:
issue.property[development].openprs >= 1 AND resolution = EMPTY ORDER BY priority DESC
In BitBucket, I am reviewing all open PR's targeting 'master' using this query in the URL:
https://bitbucket_url.com/projects/PROJECT_KEY/repos/repo_name/pull-requests?state=OPEN&at=refs%2Fheads%2Fmaster
Is there a way I can further filter my JQL to show only issues associated with the PR's I am looking at in BitBucket? I am trying to use issue.property[development].target or .branch or .targetbranch, but nothing is working.
I am looking for this too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.