How to create a filter to exclude certain assignee names?

Connie June 24, 2019

I need to create a filter that will exclude certain names (e.g. exclude A,B,C and include the rest of the alphabet) I need to make sure that certain names do not populate this search. I have created another filter to where these names do come up in the search, if it is a possibility to adjust the advanced feature to exclude names that come up in this filter. Is there a way to do this other than having to click every single name apart from the ones I don't want to include.

Thanks!!!

1 answer

1 accepted

1 vote
Answer accepted
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 24, 2019

Hi Connie,

Welcome to the Atlassian Community.

You can use NOT IN to exclude assignees, example: assignee not in (A,B,C)

Connie June 27, 2019

Thanks Mikael

Suggest an answer

Log in or Sign up to answer