Incident Response Time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 11:57 AM
Have an SLA/Metrics question:
The ServiceNow Incident table, out of the box, records the Business Duration of an Incident, making it possible to create a report showing an average using that field. (Mean Time to Resolve/MTTR)
Does SNOW, out of the box, also calculate and store a value (days, hours, minutes, seconds) that measures the time between when an Incident was created and when the "Assigned To" field value was no longer empty. Obviously, I am referring to Response Time, and I would like to also run a report showing an average.
If not, can anyone detail a good method to get this accomplished?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 10:56 PM
Hi @RobK_GC ,
No, there is no calculation OOTB from created to assignment is not empty. To obtain this, please create a SLA definitions to capture this or you can report on the incident_metric table. please find two links below:
Personally, I would create a SLA definition.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 01:20 AM
Hi,
You can get the details from task_sla table. But the Response and Resolution SLA should be configured based on the SLA Priority.
Suresh.