Advanced search - check for multiple values in fix version

Nelson D 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

7 votes
Answer accepted
MrNeilRobbins February 6, 2017

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

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

lmclean August 7, 2019

This worked for me, too! Thanks!

Brecht Seys 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 # people like this
kriegaex 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 June 22, 2023

Work for me too, tks a lot 

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