How can I configure JIRA Agile board Quick filters for filtering with OR condition?

Alexander Pampushko August 31, 2014

I would love to have more options for quick filters, have them linked with "OR", not only "AND" (by pressing SHIFT or something

Is it possible? )

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Kevin Maes August 31, 2014

I would like this feature as well, but sadly the answer is no:

https://answers.atlassian.com/questions/214165/are-there-logical-or-quick-filters

Jon Langevin June 17, 2015

@Kevin Maes, actually, the answer was that OR is not available. That link was not a feature request to add OR, but rather a question about functionality. If you're aware of an actual feature request for this functionality, I'll vote for it.

1 vote
BenP
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 31, 2014

a possible workaround is to define quick filters to do the opposite / hide certain issues, e.g.

  • quick filter "Hide Analysis" contains JQL "type != Analysis"
  • quick filter "Hide Bugs" contains JQL "type != Bug"
  • ..

combining those will work, only remember to give an appropriate label