Hello!
I understand that we can do something like this to display a specific release:
project = "Apps" and fixVersion = "Version 1.1"
However, I want to be able to filter them further.
1. Can I display all releases?
2. Can I display only releases that are marked as "unreleased"?
2. Can I filter them by name or description?
Please let me know if what I plan to do is impossible. Thanks!
Hello @Tab_2020,
Thank you for reaching out to Atlassian Community!
It's possible to show the releases using the Jira macro on a Confluence page.
Can I display all releases?
If you mean to show all tickets that have a release, you can use:
fixVersion is not EMPTY
Can I display only releases that are marked as "unreleased"?
Yes, you can use the JQL below:
fixVersion in unreleasedVersions()
Can I filter them by name or description?
The description of a release version is only visible in the Jira project, it's not visible on search results.
Can you give us more details about the Filter by name? Do you mean Order by name?
Also, if the other two options are not what you are searching for, please let us know more details about what you want the filters to look like and what you need to view.
Regards,
Angélica
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.