I am trying to use Jira for release management so I need a filter to view what is coming up next. I have added a custom field for "Implementation date", the day the code is pushed to production.
How can I create a filter that shows all the unreleased versions. I don't want to see every issue in the version, just the grouped versions. Ideally they would be ordered by implementation date, ascending.
Pete,
JIRA allows you to search for tickets that have particular characteristics. Every search is really saying "give me tickets that match these characteristics". It does not just return the characteristics that you are searching for as a list.
Okay if that is the case I guess I can have the individual tickets as well. I modify my question as follows
How can I create a filter that shows all the unreleased versions. Including the individual issues - Ideally they would be ordered by implementation date, ascending.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
fixVersion in unreleasedVersions() order by implementation date ASC
Try playing around with that.
More documentation can be found here. https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-functions-reference-764478342.html#Advancedsearching-functionsreference-unreleasedVersionsunreleasedVersions()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, thanks for the tip!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.