Jira issue filters - how to achieve 'not current user'

Salvador Patton January 10, 2013

I'm creating 3 simple filters and want them to share between all team, so they must be generic and not include particular username :

Assignee | Reporter

Current user | Current user

Current User | Not Current user

Not Current user | Current user

right now instead of 'Current user' i'm using usernames manually checked, but it will apply only to me, other team members would see completley different result (me not included and theirselves included where is 'Not Current User')

How i can acheive this?

thank you

1 answer

1 accepted

0 votes
Answer accepted
Renjith Pillai
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.
January 10, 2013

Use JQL as assignee = currentUser() and the different variations of it.

Salvador Patton January 10, 2013

actually JQL is like 'assignee not in (currentUser())'

Suggest an answer

Log in or Sign up to answer