Number of Incidents assigned to group over time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2016 12:44 PM
How do I create a report that will show me how many Incidents have been assigned to my assignment group over a period of time.
I don't just want the current active incidents that are assigned to my group, I want all of the incidents that were at one time assigned to my group.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2016 03:01 PM
Hi,
There is an OOB metric which tracks the assignment group and the amount of the incident was assigned to the group. It is called 'Assignment Group' and you can report on the 'Incident Metric' table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2016 05:22 AM
Can you explain OOB metrics more? I am having trouble finding the documentation on it and where it's located in Service Now.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2016 06:11 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2016 04:30 PM
Hi Fubz,
Assuming that the table [incident] is audited, you can query the audit table [sys_audit] for entries where (fieldname=assignment_group) has been changed on the incident table, and group by the new_value (which would be the group getting assigned to), and count the individual documentkeys (which would be the tasks that were assigned).
-Brian