How to find total time any tickets were on hold and those tickets were resolved later ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2024 10:37 PM
How to find total time any tickets were on hold and those tickets were resolved later ?
Ex- If I resolved 100 tickets in 100 hours, but few tickets were on hold for some hours, so need to find the time of how much was the on hold time for all such resolved tickets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2024 10:54 PM
Hi @Snehal13 ,
I think the best solution is to create a metric definition for state if state is on hold. Please note, that an entry will be created every time a ticket goes into a on hold state, hence you need to do some calculation afterwards e.g. in performance analytics, to club the different on hold times for the same incident.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2024 10:55 PM
Hi @Snehal13 ,
You can utilize Metrics here. Navigate to Metrics > Definitions.
https://<yourInstance>.service-now.com/metric_definition_list.do?sysparm_query=name%3DIncident%20State%20Duration&sysparm_first_row=1&sysparm_view=
For Reporting purpose, you can create report on [metric_instance] table.
Mark this as Helpful / Accept the Solution if this helps.