I am part of Service Desk Team and need to create report on my assigned tickets that were on hold
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 09:53 AM
How to create report on my assigned tickets in ServiceNow that were on hold before getting resolved. This is to justify the time required to resolve tickets from the time of creation. How to achieve this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 02:44 PM
Hi @Snehal13 ,
You need to have a metric definition for the single table and for the state. Post this, you will be able to create a report based on assignment group where state has been "on hold".
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-20-2024 06:20 AM
Hi @Snehal13
It is not straight forward, you need to create a metric first which capture states on each incident and then create DB view with Incident and Metric and then use that DB view for reports.
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
07-20-2024 06:34 AM
Hi @Snehal13
Create Metric Definition:
- Define a metric for the single table (incident) to track the state transitions, including "On Hold".
Configure Metric for State:
- Ensure the metric captures time spent in each state, particularly "On Hold".
Create Report:
- Use the metric to create a report based on Assignment Group and filter for tickets with the state "On Hold".
Save and Share:
- Save the report and adjust sharing settings as needed.
……………………………………………………………………………………………………
Please Mark it helpful 👍and Accept Solution✔️!! If this helps you to understand.
- Save the report and adjust sharing settings as needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2024 06:53 AM
This was helpful for me as well. Thank you.