The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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