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.
I want to create a filter for Filter for Kanbanboard to view all issues with a specific label in the epic
Hi @David Verbeure - Are you saying that you want something where it simultaneously filters a single epic and all issues with a specific label within that epic? You could do something like this:
"Epic Link" = ABC-123 AND labels IN (YOURLABEL)
No, I want to create a filter for the kanban board in which I see all tasks from epics with a specific label
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
another possibility would be to copy the labels from epics to the child tasks.
but how do i do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes - Sadly, you won't be able to perform a double query like that where you're looking for epics with label x followed up by all of their respective children. However, your alternative may work theoretically with some Jira Automation.
Note - I could not get this to work in the server environment I have available to me. I ran into a couple issues
Not all flavors of server are the same so this may work for you, but if it doesn't, hopefully my notes help explain why.
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.