- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 12:31 AM
Hello All,
Need you help here. I wish to create below report.
1> First Ticket Resolution
2> How many ticket where transferred to other assignment groups(Out Of Scope)
3> Average Resolution Time
4> Average Handing Time
5> Average Response Time
All these are to be created in Ticket which starts with INC*
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2024 12:49 AM
Hi @vincentboid
1> Average Resolve Time
2> Average Handle Time(A ticket is assigned to Workplace Support group and Average time to taken to handle the Issue(time taken to update the ticket+ hold+ after resolve work time)/Total number of tickets)
I think you can use the SLA for this. or MTTR will work for you.
3> MTTR report - Mean Time To Resolve
https://www.servicenow.com/community/itsm-forum/mttr-mean-time-to-resolution-reporting/m-p/859514
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
09-08-2024 01:02 AM
Hi @vincentboid
In report you need to select task_Sla but in condition, you need to select Target = Response.
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
09-08-2024 12:47 AM
Hi @vincentboid
For this you can use Response SLA.
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
09-08-2024 12:56 AM
Hello @Dr Atul G- LNG ,
If you mean this, then I do not have response SLA.
I'm sorry, please help me with any screenshot if I'm doing wrong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2024 01:02 AM
Hi @vincentboid
In report you need to select task_Sla but in condition, you need to select Target = Response.
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
09-08-2024 01:53 AM
You can accept my other answers as well, I supported all issues.
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
09-06-2024 05:44 AM
1> First Ticket Resolution
What does this even mean? What is the unit of measure? Units? Time? What are the conditions in plain english?
2> How many ticket where transferred to other assignment groups(Out Of Scope)
Not sure what "out of scope" means here. Do you want a count of the tickets, or do you want a count of the assignments? If you just want the number of Incidents that were re-assigned then your conditions will be:
Reassignment Count > 0
3> Average Resolution Time
Greatly depends what you want to do? If you just want to check this at any point in time, your report will be...
Type: Single Score
Conditions: active = false
Then define the aggregate in your Configuration tab of the report
However, if you want to automatically track this daily so you can see a timeline, then you need Performance Analytics, in which there is already an indicator for average resolution time.
4> Average Handing Time
"Handling" is not a ServiceNow concept. You need to define this. How would you ask for this information in plain English?
5> Average Response Time
Response is *slightly* better defined, but in YOUR environment, how does the database know that a ticket has been "responded to"?