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?
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
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.