How to create a report / dashboard of tasks Messurement Trend by assignee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 04:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 11:14 AM
ServiceNow has Metric Definition that you could create to track field value duration for "Assigned to" field. Once the Metric Definition is created (it might be that for some tables it exists baseline), it starts creating Metric Instances on which you could report. The report is typically based on a DB view like "incident_metric" so that you can use incident fields (or other type of task you need).
Take into account that in some organizations there might be regulations on reporting on assigned to performance. So make sure you are compliant before setting up the Metric Definition and reporting on it.