How can I create a filter in which I leave out one assignee?

Andrei Cuteanu July 14, 2016

Hi,

I need to create a filter where I need to leave out one assignee. Something like: AND assignee is "All" but "X". Any advice of how to do that?

Thanks!

1 answer

1 accepted

3 votes
Answer accepted
Deleted user July 14, 2016

assignee != username

All others will be included...

Andrei Cuteanu July 14, 2016

Thanks a lot!

MattS
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.
July 15, 2016

Or even 

assigne not in membersOf("unwanted-assignees")

and add the unwanted users into the JIRA group unwanted-assignees

Suggest an answer

Log in or Sign up to answer