I am trying to use a board that filters out an epic from another board in the JSW. When I do this by epicLink != XXX, the sub-tasks that are not in that epic are also not being made visible.
Here is my filter: project = X AND ("Epic Link" != EpicInJSW OR "Epic Link" is EMPTY)
Any thoughts on how to create a board w/ a filter that shows all work except that which is under one epic?
Thanks
Hi @JD Lobue
I would split Sub-tasks from the filter for Standard Issue Types - so filter would be...
project = ABC AND (issuetype = Sub-task OR ("Epic Link" != ABC-123 OR "Epic Link" is EMPTY))
Ste
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.