Forums

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

How to filter for the next 3 releases automatically?

Matthias Rodewald November 29, 2018

To give the stakeholders transparency for upcoming releases I would like to filter stories with certain labels which are part of this release, the next release and the next but one release. 

Example: Today I would like to see release 10, 11 and 12. After Release 10 is released I would like to automatically see release 11, 12 and 13. Is that possible? And how can JIRA make this happen?

For now I got this filter:
project = ABCD AND issuetype = story AND fixVersion in earliestUnreleasedVersionByReleaseDate(ABCD) AND labels in (XYZ)

This filter works fine, but only shows the upcoming release. 

Thx to the Community ;-)

1 answer

1 vote
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 12, 2018

Hello Matthias,

Welcome to the community!

I'm not aware of any native JIRA feature that you can use to return the next three releases, however, you can use Script Runner to return the issues that are going to be released on a determined time range, if your releases always take the same time to be deployed.

Explaining better, let's suppose that your next release dates would be in 3 days, 6 days and 9 days. You could configure the query:

fixversion in releaseDate("after now() before 10d")

For more options regarding the fix version field, please check the documentation below:

Script JQL Functions

Kathy Barton January 17, 2023

Unfortunately, that is one of the many, many functions that is not supported in the cloud version of Enhanced Search. Is there any other option than an adaptavist tool? 

Suggest an answer

Log in or Sign up to answer