Approaches to easy reporting on assignment group history?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2014 11:29 AM
My team gets regular reporting requests from service desk leads for historical reporting on incident assignment. A typical request is "I want to see all incidents opened last month that were assigned to my groups at some time." I haven't seen an elegant way to create such a report out of the box, and we're to the point where using incident-to-metric database views is no longer viable in terms of ease of use, scalability, and performance.
What I've come up with is a new task field and business rule that appends to a glide list for every group assignment. Then answering the above question in an incident report is as easy as adding an "Assignment Group History contains ..." to the report filter.
How have other folks handled offering historic reporting on incident assignment?
Thanks,
-Brian
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2014 03:45 PM
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
08-12-2014 12:50 AM
Brian were you able to resolve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 07:26 AM
I was able to get a report showing all incidents worked on by assignment groups. Includes incidents that were reassigned. So if an incident was reassigned 4 times and the group you are reporting on was assigned that incident twice, the report shows that they worked on it 2 times.
Table: incident_metric
I did a bar type
Group by: value
Stacked: none
display grid
aggregation: count
Conditions:
Definition is Assignment Group (this is a OOB database view)
resolved, closed, created (or whatever you want to be) time frame
value is one of: list your groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2018 07:01 AM
are you still using this methodology? any tweaks?