how can i report on how long a ticket has been with the opening group before being assigned to another group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 11:08 AM
how can i report on how long a ticket has been with the opening group before being assigned to another group
can I use standard servicenow reporting or do I need an addon?
- Labels:
-
Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 12:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 01:42 PM
Many thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 12:24 PM
This should be a Metric included with the base system. Look in Metrics > Definitions to see if there is one for it. You'll see it listed as a "Field value duration" for the Incident table, and the assignment_group field.
When you go to report on this, you'll run the report against the Incident Metric table, and do a query of "Definition | is | Assignment Group". It will show the duration and start/end times for the time the incident was with a particular group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 02:03 PM
Thankyou very much