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,
On my board, I am using swimlanes and various quick filters - I have a necessity to create a quickfilter which would remove from the sprint board all isses under a specific epic.
All other issues, bugs, stories etc, are to be left as they are, I only want to hide specific issues under a specific epic which is of lower priority.
Can it be done in JIRA at the moment?
I think I went through all blogs and community questions/answers I could find, and I don't think I have found the answer.
Thanks,
HI. Try this JQL: "Epic Link" != ABC-123
Thanks.
Is there a way to hide these issues, based on the epic itself, rather than having to add to filter issue one by one?
Details: My epic is called 'Maintenance' with 3 issues assgned to the epic in a given sprint; these tasks are of lower priority and I would like to show the to the team once a week, on all other dailys I would like to hide them via quick filter - ideally based on the epic.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you need to create a new quick filter :
key != ABC-123 and ("Epic Link" != ABC-123 OR "Epic Link" is EMPTY)
and change the ABC-123 to the Epic key
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.