Find fixVersions used in history

Dušan Juhás September 2, 2013

Hi,

would it be possible to find issues that had a certain fixVersion in past but now they have eiher none fixVersion or a different one? (Ideally by means of JQL)

Thanks.

1 answer

1 accepted

2 votes
Answer accepted
Theinvisibleman
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 2, 2013

Hi Dusan,

You should be able to do so by using the following JQL :

fixVersion was 12

Of course, change the value of 12 to be the fixVersion of your choice. If the fixVersion is a string of text, you would have to include quotes, for example :

fixVersion was "test"

Suggest an answer

Log in or Sign up to answer