Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
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.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
for me it works like the following
filter = "filter1" | filter = "filter2"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why is there no native support to include OR/AND yet? Come one Atlassian!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.