Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced search - check for multiple values in fix version

Nelson D
Contributor
February 20, 2013

Hi,

Am trying to search for reports that have multiple fix versions values. Is that possible to search (using jql) for reports that have more than one fix version set ?

Thanks,

Nelson

2 answers

1 accepted

8 votes
Answer accepted
MrNeilRobbins
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 6, 2017

This worked for me. A search for issues with multiple fixVersions.

fixVersion <= earliestUnreleasedVersion() AND fixVersion > earliestUnreleasedVersion() 

lmclean
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 7, 2019 edited

This worked for me, too! Thanks!

Brecht Seys
Contributor
March 30, 2021

While this is definitely helpful, it wouldn't find items with multiple versions in the future (that would be twice > earliestUnreleasedVersion() )

Voted because it's better than nothing!

Like • 2 people like this
kriegaex
Contributor
May 10, 2023

Like Brecht said already, this is not an exact solution. It is a heuristic which works sometimes, but not in most cases I am interested in. In my environment, we can have both multiple released or multiple unreleased versions, plus of course by chance the lucky case covered by this JQL here.

Like • lmclean likes this
qminhhh98
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 22, 2023

Work for me too, tks a lot 

Johan Vandeplas
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 25, 2024

awesome! love the simplicity!

1 vote
Avdhesh Chauhan
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.
February 28, 2013

You can this in a normal 2d Gadget - your x axsis can be fix version - you can find the issues whcihc are mapped to more than one fix version this way - not a direct solution but a good workarround

Suggest an answer

Log in or Sign up to answer