JQL Query Filter for Issues where I am not the assignee?

Andreas Bendl January 17, 2019

I have a widget that is displaying the items I am assigned to already.  I am using another filter to show issues I am mentioned in - but I would like to avoid having an issue show in both places, so can I put a condition on the second item - issues I am mentioned in - to exclude the ones I am assigned to?

 

Thanks!

 

Andreas

3 answers

2 accepted

2 votes
Answer accepted
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 17, 2019

just add to your filter "...AND Assignee != currentuser()"

does that give you what you want?

Andreas Bendl January 17, 2019

Thanks Jack!

1 vote
Answer accepted
Andreas Bendl January 17, 2019

assignee!=currentuser() has worked for me!  

0 votes
Josh loe
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 17, 2019

Andreas,

 

Try:

assignee not in (username)

 

For your mentioned widget.

Suggest an answer

Log in or Sign up to answer