How do I find matching version picker fields?

Joshua Iverson August 17, 2012

I have two version picker fields, 1) Resolved In and 2) Closed In. Is there a way I can query for all issues where the items selected in "Resolved In" don't match the items selected in "Closed In" without having to search for individual versions manually?

e.g.

Issue Resolved In Closed In

1 1.0.0,1.1.0 1.0.0

2 1.0.0 1.0.0

3 2.0.0

The filter should return issues 1 and 3.

2 answers

1 accepted

0 votes
Answer accepted
Joshua Iverson October 4, 2012

I ended up writing a custom JQL function to make this work.

0 votes
Boris Berenberg
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.
August 18, 2012

Hey Joshua,

Have you tried to simply do:

Resolved In != Closed In

Cheers,
Boris Berenberg
Atlassian Support - San Francisco
Enjoyed the support?! Tweet us! #atlassiansupport

Joshua Iverson August 19, 2012

I'm pretty sure you can't use a field as the operand in a JQL query.

Suggest an answer

Log in or Sign up to answer