How can I find overdues?

Arman Kurmanay June 8, 2016

How can I compare due date and resolution date? or how can I find overdues? what instruments I can use to solve this task?

1 answer

1 accepted

3 votes
Answer accepted
Meck
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 8, 2016

Arman Kurmanay, you can use a JQL.

Compare due date and resolution date

You can use this fields:

  • due date
  • resolved

duedate < endOfDay() and status != resolved


image2016-6-9 1:49:27.png

and if you have JIRA SERVICE DESK

"Time to resolution" = breached()

Regards,

Lameck.

 

Arman Kurmanay June 8, 2016

Thanks!

Suggest an answer

Log in or Sign up to answer