How to JQL issues that have more than 1 fixversion set

Myroslav Kravchenko July 12, 2017

Hi all!

I am preparing backlog quality metrixes and one of them is "11. Issues having more than 1 fixVersion set".

Can someone suggest a JQL to find such issues?

Thank you in advance!

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
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.
July 12, 2017

You can do this with the JQL Tricks plugin.

 

fixVersion is not EMPTY and issue not in hasVersions(1)

will get you all issues that has more than 1 fixVersions.

 

hasVersions(N) lets you find issues with exactly N number of fixVersions.

Hung Nguyen October 9, 2018

my 7.6.3 JIRA does NOT have function hasVersions(). Is there something I can do to have it?

Suggest an answer

Log in or Sign up to answer