Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,325
Community Members
 
Community Events
184
Community Groups

Query for fixversions that are unreleased

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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 27, 2023

Hi @Jodi Hughes 

What about:

fixVersion in unreleasedVersions() order by implementation date ASC

?

See also this question.

HTH,
KGM

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

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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 29, 2023

Awesome to see, @Jodi Hughes 

Suggest an answer

Log in or Sign up to answer