You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi
I'm using Jira cloud, Scrum board and I want to create a dropdown filter that allow me to select from existing list
for example: I want to filter out the issues that assigned to specific version - I want to be able to navigate between versions by open the filter and select different version from the list (dropdown list)
note: I don't want to create filter for each version
Thanks,
Quick filters do not take parameters like that. You have to define JQL for them.
JQL does have functions that might help though - see https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/ and check out the version related functions - an obvious one might be "version in unreleasedVersions()" to hide all the stuff that's been released.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Noa Lidar ,
The following is not possible. The closest you get are swimlanes.
However, why are you not making use of the version report for this as i believe it should already allow you view all issues that are associated with a specific version.
If you must, you can raise a request with Atlassian at jira.atlassian.com if such a functionality has not yet been raised as a feature request.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Noa Lidar a, welcome to the Community..
You cannot achieve this OOTB. You might check out the marketplace for options. I have come across the following previously but don’t personally use so can’t say for sure if it will meet your requirements. Dynamic Filters: JQL Replacer & Gadgets.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.