Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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
Site Admin
TAGS
AUG Leaders

Atlassian Community Events