Reports shows how long ticket stays in each group ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2018 06:14 AM
Hello ,
I need a report that shows each ticket how long stays in each group the ( group assignment and how long stays in group ) ?
thanks
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2018 06:54 PM
Hello,
We can achieve this by using OOB metric configured on Assignment group field of incident table.
There exists OOB database view "incident_metric" which joins incident, metric_instance and metric_definition table. If you report on it, it should give you the data what you are looking for.
incident_metric | Join incident to metric definition to metric instance creating a view that can be reported on for things like: Incidents that were resolved on the first call by category | Incident Metric |
Note: Please mark reply as correct / helpful if it has answered your question

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2018 10:54 PM