Why are tickets appearing in 'Everything Else' swimlane when the JQL for other swimlanes should cover everything in the board filter?

Miles Tillinger August 4, 2016

The JQL for the two custom swimlanes here should cover all possible results from the board filter, yet a few tickets still appear in Everything Else (they're Tasks FWIW).

Any ideas why?

1 answer

1 accepted

1 vote
Answer accepted
Ignacio Pulgar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 4, 2016

For both JQLs to cover all issues, the Stories and Tasks JQL should be:

type NOT IN (Bug) OR "Epic Link" != DESIGN-38

Miles Tillinger August 7, 2016

Not the exact result I was after, but provided a clue to the correct solution:

type NOT IN (Bug) OR (type NOT IN (BUG) AND "Epic Link" != DESIGN-38)

Suggest an answer

Log in or Sign up to answer