Selecting "OR" value of multiple filters

Samuel Hong August 10, 2015

Our team has tasks assigned to them. We have created "Quick Filters" for tasks assigned to them. Is there a way to select multiple filters and have the OR of them show up as opposed to the AND?

Whenever multiple filters are selected, nothing shows up because the AND between the two filters doesn't exist.

6 answers

1 accepted

0 votes
Answer accepted
Marc Minten _EVS_
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 12, 2015

How we solved this:

By default, add unassigned issues to the filter for each user filter :

     assignee = "XYZ" or assigee is EMPTY

Add an extra quick filter : "Hide Unassigned" :

     assignee is not EMPTY

When you click a user quick filter, you get all issues assigned to that user, AND all unassgned issues.

When you want ONLY the issues assigned to the user, click IN ADDITION the "Hide Unassigned" filter.

Samuel Hong August 12, 2015

Hey Marc, Your solution does solve the issue of clicking between Unassigned and Individual filters, which is awesome, thanks! Were you guys able to think of a solution for being able to see stories/tasks shared between two developers?

3 votes
Daniel Swiatek August 10, 2015

for me it works like the following

filter = "filter1" | filter = "filter2"
Ana Bolanos October 16, 2019

@Daniel Swiatek Thank you!! This is perfect. As I was trying to include "empty" label fields along with excluding another field, the standard in / not in was not working. Neither was trying to add one filter to the query. 

Syed Ishaq B. August 20, 2020

Thank you, good Sir!

3 votes
Nick August 10, 2015

One way you can use "or" is to save each filter and then you can use JQL to OR them together

e.g. 

filter = "filter1" or filter = "filter2"
2 votes
Syed Ishaq B. August 20, 2020

Why is there no native support to include OR/AND yet? Come one Atlassian!

1 vote
GabrielleJ
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 11, 2015

The filter buttons are designed that way, it's always "AND". To work around that, maybe need to change on how you create the filters.

0 votes
Samuel Hong August 11, 2015

Creating more filters isn't exactly what we are looking for. As opposed to being able to see what tasks are shared between individuals through a new filter, we use the quick filters during our daily scrum. We basically click between filters to see what tasks a person is assigned and working on. The issue is that there is an "Unassigned" filter for tasks that nobody has yet to be assigned to. Thus, we'd like to be able to be able to click a person's filter and click the unassigned filter and have all tasks shared between to be shown, so we could assign on the spot. 

Currently, we have to unclick a person's filter, click unassigned, assign the task, unclick unassigned, and click the original filter.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events