Report Creation for Incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-23-2025 04:02 AM
We have a requirement where an Incident is routed to different group and every time once the ticket assigned to a group then a call triggered from third party. And Once agent acknowledge the call, it updates the worknote of incident.
Now we want to build a report how long does it take to acknowledge the call? Is there any way to build this type of report in servicenow.
Please advise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-23-2025 04:10 AM
Hi @MonalishaK ,
When an incident is assigned to a group, you need to record that timestamp as this is the custom requirement.So follow the bellow approach
-->Add a custom field on the Incident table, ex:, assignment_time
-->Create a Business Rule that captures the timestamp when the assignment_group field is updated for the first time (or every time, based on your needs).
--> Add another custom field, e.g., acknowledged_time
--> Update this field via script or integration when the third-party system adds the acknowledgment work note.
Now that you have time_to_acknowledge available:
-
Go to Reports > Create New
If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!
Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI
ļ YouTube: https://www.youtube.com/@learnservicenowwithravi
ļ LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-24-2025 01:50 AM
Hi @Ankur Bawiskar Can you please provide me any suggestion without creating any new field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-24-2025 01:56 AM
are you storing somewhere the time when agent acknowledges the call? some date/time field?
if yes then you can use that to define in report
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-24-2025 04:52 AM
Hello @Ankur Bawiskar No, time is not getting stored anywhere when agent acknowledges the call