Quick Filter excluding non-filtered issues

Lee Evans May 17, 2017

My quick filter is set to:

"Epic Link" != RD-52 AND "Epic Link" != RD-464

However, when new issues are added to the board, they do not show up when this filter is used.   There is no Epic automatically assigned when new issues are added.

2 answers

1 accepted

3 votes
Answer accepted
Emily Parks May 17, 2017

Have you tried adding this?

OR “Epic Link” IS EMPTY

It may be that your filter is not pulling up items with no Epic.

Lee Evans May 17, 2017

Thanks Emily!  This worked!

0 votes
Alex Christensen
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 17, 2017

Have you tried the "not in" JQL operator instead of two "!=" operators? It would look like this:

"Epic Link" not in (RD-52, RD-464)

I would also check to see what the filter is for the board. It may be that there is conflicting JQL in the the board filter and Quick Filter you've applied.

Lee Evans May 17, 2017

Thanks Alex, I wasn't aware of using 'not in'.  I did make the change and confirmed there is no conflicting JQL, but the issues still disappeared.

Suggest an answer

Log in or Sign up to answer