Is there a field in jira database that shows Time to resolution data?

jonathan February 28, 2018

Aside from Time to first response record in database like:

Time_to_First_Response="{"timeline":{"events":[{"date":1518082153894,"types":["START"]},{"date":1518082329000,"types":["STOP"]}]},"ongoingSLAData":null,"completeSLAData":[{"succeeded":true,"goalTime":900000,"elapsedTime":175106,"calendarName":"24/7 Calendar (Default)","startTime":1518082153894,"stopTime":1518082329000}]

 

Is there an equivalent data/record in the database for Time to resolution showing if it succeeded or not?

 

1 answer

0 votes
Danyal Iqbal
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.
February 28, 2018

You can use the Time to Resolution Report in ServiceDesk to see the average times to resolution for all issues resolved during the day.

Checkout the resolution time gadget as well.

You could also use a calculated date/number field from one of the plugins in the marketplace to subtract the created date from the resolved date.

Suggest an answer

Log in or Sign up to answer