Ticket duration

NigelUnderwood
ServiceNow Employee
ServiceNow Employee

How do we report on Ticket duration?

What I am looking for is how long tickets have been open (Not how long they have been worked on!!)

I assume that there is some sort of service running that looks after SLA breaches, can something similar be used to identify the ticket duration so that we can report within the solution

2 REPLIES 2

Not applicable

This can be done using the out of box metric definition plug-in - http://wiki.service-now.com/index.php?title=Metric_Definition_Plugin

There are oob database views that allow you to easily report on metrics (incident_metric for example)


dave_m13
Kilo Contributor

Hi

I am just wondering how this can actually be achieved with a metric, you can measure Opened to Closed etc based on various criteria as the data is there and metric is created on a change or a script calculation.

However if you have to measure the duration of an open incident, so opened date to current date/time, how would you call the current date/time to measure the duration even if nothing has changed within that incident.

Thanks