How to build a report 1st handled the ticket user when incident is created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi Community,
I need to build a report for the ServiceDesk team that identifies, for each incident, which team member first responded by making an update—such as changing the ticket state or modifying the assignment group. I know we can track changes using the “Updated By” field, but when multiple people work on a ticket it’s difficult to determine who made the very first update.
Can anyone suggest an approach to reliably capture the first responder for each incident?
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @Naresh_5120
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Check if you have metric definition for this, if not create one. Table is metric_definition
Once metric definition is created, you can report from the table incident_metric to get the first handled ticket information
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
you can query sys_audit table and see the 1st record sorting with A to Z on Created
OR
Create a custom Reference field to sys_user "First Respondent". Use before update BR on incident to auto-populate this with logged in user whenever update happens for 1st time.
You can add the check for sys_mod_count=0 so that this field is populated only once i.e. BR runs only once
See below the field
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader