The Zurich release has arrived! Interested in new features and functionalities? Click here for more

How to build a report 1st handled the ticket user when incident is created

Naresh_5120
Tera Contributor

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?

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Naresh_5120 

 

https://www.servicenow.com/community/sysadmin-forum/is-there-a-way-to-report-on-who-first-handled-an...

https://www.servicenow.com/community/platform-analytics-forum/reporting-on-the-first-time-an-inciden...

*************************************************************************************************************
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]

****************************************************************************************************************

Bhuvan
Kilo Patron

@Naresh_5120 

 

Check if you have metric definition for this, if not create one. Table is metric_definition

Bhuvan_0-1758798801626.png

Once metric definition is created, you can report from the table incident_metric to get the first handled ticket information 

Bhuvan_1-1758798848147.png

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

Ankur Bawiskar
Tera Patron
Tera Patron

@Naresh_5120 

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

AnkurBawiskar_0-1758799065258.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader