Forums

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

How do I add assignee = empty to a filter

Natalie Humphreys September 22, 2017

I have a filter query :

assignee in ("scott williams", "joe smith", "john smith", "linda williams", "matt johnson") AND project = SDU ORDER BY Rank ASC

 

How could I also add that I want to make sure I filter by unassigned storys/bugs?

 

2 answers

1 vote
Peter DeWitt
Community Champion
September 22, 2017

Similar to what Mikael post but this small edition will limit results to just the story and bug issuetypes.

(assignee in ("scott williams", "joe smith", "john smith", "linda williams", "matt johnson") OR assignee is EMPTY) AND project = SDU AND issuetype IN (Story, Bug)

1 vote
Mikael Sandberg
Community Champion
September 22, 2017

This query should do it:

(assignee in ("scott williams", "joe smith", "john smith", "linda williams", "matt johnson") OR assignee is EMPTY) AND project = SDU ORDER BY Rank ASC

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, jira cloud certification, managing jira projects, jira project administration, jira cloud exam, atlassian certification, agile project management, jira workflows, jira permissions, jira training, jira cloud skills, atlassian learning

Become a Certified Jira Service Project Expert 🦸🏻‍♂️

Validate your expertise in managing Jira Service Projects for Cloud. Master configuration, optimize workflows, and manage users seamlessly. Earn global 🗺️ recognition and advance your career as a trusted Jira Service management expert.

Get Certified! ✍️
AUG Leaders

Atlassian Community Events