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.
I ended up writing a custom JQL function to make this work.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm pretty sure you can't use a field as the operand in a JQL query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.