Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Query "assignee != currentUser()" doesn't return the right issues

Franklin Cadre March 28, 2019

I want to find the issues i am not assigned to in a specific project. 

When i run the query "assignee != currentUser()" without specific project i do get the issues i'm not assigned to. 

But when i run the query "project = TIC AND assignee != currentUser()" i don't get any issue even though i know for a fact that, in the TIC project, some issues are not assigned to me. 

Does anybody know how I could sort this out?

Thank you! 

1 answer

1 accepted

3 votes
Answer accepted
Charlie Misonne
Community Champion
March 28, 2019

Any chance the issues you expect as a result are not assigned to anyone?

assignee != currentUser() will only return issues assigned to other users. It will not shouw unassigned issues.

Try this:

project = TIC AND (assignee != currentUser() OR assignee is empty)

Franklin Cadre March 29, 2019

works fine!! Thank you!! 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events