The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Callum Carlile _Automation Consultants_
Community Champion
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

 

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events