How do i filter related tasks out of my Kanban Board

Peter Knaus July 22, 2020

I'd like to build a filter that hides tasks that are "related to" other Tasks that are pictured at my board. 

1 answer

0 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 22, 2020

In Cloud I have the ability to zero in on the link issue type as follows

 

issueLinkType = "relates to"

check if you have this and if so you should be able to either add a quick filter to exclude or simply exclude always by adding the appropriate JQL to the current board filter. Now, I see a potential flaw in this as I believe that if you have an issue linked to another issue as “relates to” then the other issue will have the same link type. So in effect, if you exclude “relates to” then no issues will display.

Suggest an answer

Log in or Sign up to answer