How do I automatically find the time spend by an Assignee on an Incident Ticket
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 10:01 AM
I have a requirement where I need a clock which shows the time an Assignee has spend on the incient (kept the incident window open). The details are
1. It should sum up the time value each time he opens the incident window
2. It should show the consolidated time spend on the incident window in a seperate field.
Please suggest a solution.
LT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 10:57 AM
I don't know if that type of spyware exists but you can track how long a user/assignment group has been assigned to the ticket in metrics. You can view the metrics that have been setup for your instance (there are a few OOTB, including assignment group duration) at metric_definition.list and can view the actual data at metric_instance.list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 12:44 PM
Nothing OOB does this.
There is a time_worked field, but it must be started and stopped manually.
Even if you could start it automatically on form load, getting it to STOP would necessitate an update on form closure.
Messy messy.