Epic Status filtering in Kanban View

Földes László August 12, 2015

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?

1 answer

0 votes
Jaime S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 12, 2015

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

Suggest an answer

Log in or Sign up to answer