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

Doubts with SLA queries

Jorge Mora May 14, 2021

Hi!

I need to create a queue that shows me the issues whose "Time To Resolution" is close to expiring.
I have tried with the following JQL but it is showing me issues whose "Time To Resolution" have passed.

"Time to resolution" < remaining(2h)

Screenshot 2021-05-14 at 10.33.55.png

Why could this be?

 

Thanks

Regards

 

1 answer

1 vote
Callum Carlile _Automation Consultants_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 14, 2021

Hi @Jorge Mora 

Try using the following JQL:

"time to resolution" < remaining(2h) AND "time to resolution" != breached()

This will show all tasks with a TTR SLA of under 2 hours, but that have not breached.

I would also recommend ranking the tasks in this queue by this SLA so that the tasks closest to breaching will appear at the top. This can be done by adding this to the above JQL, so you get:

"time to resolution" < remaining(2h) AND "time to resolution" != breached() ORDER BY "Time to resolution" ASC

 

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