Creation of report for incident and how much time it spent on particular state.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 06:23 AM
Hi Everyone,
Good Day!
I need to create a report on incident table and the report should show how much time it spent in every state.
how can i generate this?
BR

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 06:28 AM
OOB there is a metric definition [metric_definition] which will capture the duration of a field value - 'Incident state duration'. Aggregating that information may be complex depending on your needs and could require performance analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 06:29 AM
there is an OOB metric defintion for this. Did you check that? you can use that for reporting
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 06:40 AM - edited 11-12-2024 06:41 AM
Hi @Atchutaram,
You need to create a report on incident_metric table and you can use filter conditions like Definition is Incident state duration and some other filters if you want, then you will get the report. Its better to run this report in off business days, because incident_metric table contains very high volume of records.
Best Regards,
Ramesh