I have a Kanban view which show Epics, Tasks and Bugs.
If I apply this filter to this Kanban board as sub-filter, I get a "no issues are currently visible", but I think I covered all the cases with logical OR:
"Epic Status" = NULL or "Epic Status" != NULL
What am I missing here?
Hi, Földes.
This JQL query will probably be problematic, as NULL values are not supposed to be used with the '=' operator. Use 'is null' and 'is not null' instead.
"Epic Status" is null or "Epic Status" is not null
Just out of curiosity, why this filter? It should work just like and empty filter, so shouldn't be very useful.
Kind regards,
Jaime Kirch da Silveira
Atlassian Cloud Support
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.