Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Quick Filters are hiding my sub-tasks

Carlton Brumbelow June 13, 2019

Sub-tasks show up just fine on our board view with no additional filters applied. However, as soon as we click any of our quick filters, sub-tasks are removed from the board. 

For the record, none of the filters are removing the Stories with sub-tasks, so the parent is still visible.

The most basic of my quick filters that is doing this is literally just:

"Epic Link" != TAM-466

Of course, all I'm trying to do with that is exclude any tickets that are part of that epic (of which there are no sub-tasks), so why is it ALSO removing all sub-tasks visible on the board?

 

1 answer

1 accepted

3 votes
Answer accepted
John Funk
Community Champion
June 13, 2019

Hey Carlton,

I was able to duplicate on my board also when doing something similar. But what I noticed with mine was that it also hide parent issues that did not have an Epic. So I added this on to the end of the JQL and it worked: OR "Epic Link" is EMPTY

So maybe try this: "Epic Link" != TAM-466 OR "Epic Link" is EMPTY

Carlton Brumbelow June 13, 2019

Thanks @John Funk! That worked perfectly!

John Funk
Community Champion
June 13, 2019

Great!

Suggest an answer

Log in or Sign up to answer