Forums

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

Create Unassigned queue

Alberto Gordo January 20, 2022

Hi!

Can someone help me with the JQL for unassigned queue? - in all tickets.

Thanks!

1 answer

1 accepted

4 votes
Answer accepted
Hana Kučerová
Community Champion
January 20, 2022

Hi @Alberto Gordo ,

the basic JQL is:

assignee is EMPTY

 Usually another parts are added (you don't want to see resolved issues):

assignee is EMPTY AND resolution = Unresolved

 And also usually want to order the issues (for example by SLA "Time to resolution"):

assignee is EMPTY AND resolution = Unresolved ORDER BY "Time to resolution" ASC
Alberto Gordo January 20, 2022

Works like a charm! Thank you!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events