jql

M. Haezeleer December 12, 2016

Hey everyone,

I'm having a little problem with filtering issues in JIRA. I want to filter all issues that have the priority equal to the priority of another issue with a given issue key. Something like: "Priority = Priorityof(TEST-XY).

How can I solve this and does the solution depend on wether I have a custom field or not?

 

Best regards,

Max

 

3 answers

1 accepted

1 vote
Answer accepted
Petar Petrov (Appfire)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 12, 2016

You can not do this out of the box. The easiest way is via ScriptRunner's expression JQL function.

0 votes
Brett Willson March 9, 2018

Not sure why you would want to do this - could you not simply ensure that all issues have the correct priority and then search for all issues for a given priority e.g. priority in (high, highest)?

0 votes
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 13, 2016

It's probably easiest to write your own, here is one that gets the priority of the provided issue. Just drop it in the directory as per https://scriptrunner.adaptavist.com/latest/jira/custom-jql-functions.html#_quick_start

https://gist.github.com/jechlin/08b6b73d6e2be52ddad5d3f37736a63d

Suggest an answer

Log in or Sign up to answer