Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I have a Kanban board where I'd like to hide all issues related to a specific Epic from the Kanban view.
I tried using:
project = X AND labels = xyz AND EpicLink != X-123 ORDER BY Rank ASC
Hi @Todd Adel
What are you seeing when you try that filter for the board?
And, do you have issues without epics? If so, you may want to also check for empty epic link, such as:
project = X AND labels = xyz AND ("Epic Link" != X-123 OR "Epic Link" IS EMPTY) ORDER BY Rank ASC
Best regards,
Bill
That worked, thank you so much, @Bill Sheboy! I didn't save the error message I was getting, apologies.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are the issues still showing up on the board itself or just in the Epic panel?
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.