Calculate the resolve time of each group with aging tickets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2022 11:46 PM
Hi,
I have created a report to fetch the details of each assignment group time taken to resolve the particular incident and report created on incident_metric table.
1. The resolve time field should be captured by excluding the “On Hold” status.
2. Is there any field available in report columns to provide the aging details excluding the weekend on Incident_metric table.
report screenshot is attached below.
Thank you in advance.
Incident:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2022 12:00 AM
Hi,
What you are looking for can be achieved by SLA definitions where you will be able to define start, pause, and stop conditions and the schedule during which the calculation should run.
Field value based metrics track changes to a specific field and highlight the duration for which a ticket remained in a specific value of that field (for example, "In Progress" value of "State" field on Incident table)
Thanks,
Arav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 08:22 AM
Hi Arav,
Thanks for the response.
Can't we achieve with the incident_metric table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 08:44 PM
Hi
The Metric definition picked in the screenshot "Assignment Group" is a field value based metric that tracks the date / time an incident was moved into a group ("Start"), the date / time it was moved out of the group ("End"), and the duration it spent in that group ("Duration").
There is something called "Script calculation" type metrics one could define but it is meant to compute basic calculation like "Create to Resolve duration" (i.e. total time taken from created to resolve time).
SLA definition might be better suited for the requirement noted as it covers pausing of elapsed time when either pause conditions are met or during periods that are outside of the schedule defined.
Thanks,
Arav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 09:19 PM