Forums

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

Query for fixversions that are unreleased

Jodi Hughes April 27, 2023

I'm trying to create a query that will display fixversions prior to the current system date and are in unreleased status.

Fix version in releasedate("before now()") and fix version in unreleasedversions

The above works except that releases that have been archived are being included as well. How can I exclude fix versions that have been archived?

1 answer

1 accepted

0 votes
Answer accepted
Kristján Geir Mathiesen
Community Champion
April 27, 2023

Hi @Jodi Hughes 

What about:

fixVersion in unreleasedVersions() order by implementation date ASC

?

See also this question.

HTH,
KGM

Jodi Hughes April 28, 2023

Implementation date doesn't appear to be an option ' not able to sort using field 'Implementation date'. 

Jodi Hughes April 28, 2023

But found the below works

Fixversion = earliestunreleasedversion()

Your suggestion helped me search thru the community forum using different criteria.  Thank you!

Kristján Geir Mathiesen
Community Champion
April 29, 2023

Awesome to see, @Jodi Hughes 

Suggest an answer

Log in or Sign up to answer