INCIDENT ON HOLD DURATION TIME

VICTOR22
Kilo Explorer

Currently i am working on calculating total of mean time to resolve an incident  excluding "On Hold" duration but am unable to find on hold duration for incidents to have it incorporated as one of the columns. 

2 REPLIES 2

MattiasJonsson
ServiceNow Employee
ServiceNow Employee
 

There's an OOB Metric called "Instance State Duration" that will provide this.

Below, I had an incident "In progress", I placed it in "On Hold" state, waited and put it back to "In Progress"

It resulted in the below "On Hold" calculation of 22 seconds.

You can sum up all Metric Instances matching your record (the incident) where the Definition is "State Duration", Value is "On Hold" and Calculation Complete is "true".

 

find_real_file.png

 

If helpful or correct, please indicate so.

Hello Mattias, Would you happen to know if it is possible to run this for a specific Assignment Group?