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 ;-)
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:
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.