Create Report on Incident time spent in each group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2019 03:43 AM
Hi team,
I need to create a custom report on Incident table. The criteria is: I want the time spent of incident in each group.
i.e. If a incident is first assigned to service Desk Team and then to Database Team and then to Hardware Team.
I need to create a report on group basis as how much time it spent in each group.
Thanks in Advance.
Regards,
Vamsi Krishna
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2019 03:46 AM
Hi
Please go through the below link -
Regards,
Omkar Mone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2019 08:28 AM
Take a look at SLA Breakdowns: https://docs.servicenow.com/bundle/newyork-it-service-management/page/product/service-level-manageme...
These were added in London (I believe) and will give some amazing insight to where time (wall clock and business hours) are spent. This will allow for handling complex SLA logic (like resets and pauses) that are nearly impossible to handle after the fact.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2019 01:54 AM
Hey,
Interesting topic this one...
Use OOB metrics (incident_metric) to get the simple start & stop time to an assignment group or even individual assignee.
This will not take into account any pending time configured from SLA definitions.
To see the SLA time spent by each assignment group use the SLA Breakdowns as Adam suggests.
Iain