- 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-06-2024 07:07 AM
Average Handle Time - A ticket is assigned to a 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
Average Response Time - A ticket is assigned to a Group and the amount of time take to response to User/Caller Issue in tickets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 05:59 AM
Request | Example |
1> First Ticket Resolution | A ticket assigned to Workplace Support Group for 1st time and they do not transferred to any group and resolved it. |
2> How many ticket where transferred to other assignment groups(Out Of Scope) | A ticket assigned to Workplace Support group for 1st time and as it's transferred back to ServiceDesk or other group. |
3> Average Resolution Time | A ticket is assigned to Workplace Support group and Average time taken to resolve the issue |
4> 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 |
5> Average Response Time | A ticket is assigned to Workplace Service Group and the amount of time take to response to User/Caller Issue in tickets. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 06:00 AM
Request | Example |
1> First Ticket Resolution | A ticket assigned to Workplace Support Group for 1st time and they do not transferred to any group and resolved it. |
2> How many ticket where transferred to other assignment groups(Out Of Scope) | A ticket assigned to Workplace Support group for 1st time and as it's transferred back to ServiceDesk or other group. |
3> Average Resolution Time | A ticket is assigned to Workplace Support group and Average time taken to resolve the issue |
4> Average Handing 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. |
5> Average Response Time | A ticket is assigned to Workplace Service Group and the amount of time take to response to User/Caller Issue in tickets. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 06:52 AM
Also can we find MTTR(Mean Time To Resolve) of an incident.
When an Incident is assigned to our group and from that movement, how to calculate MTTR?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2024 08:41 AM
Hi @vincentboid
Sure, I can help you with that!
First Ticket Resolution:
- Go to Reports > Create New.
- Select the table Incident [incident].
- Add a filter: Number starts with INC.
- Add another filter: Resolved by is not empty.
- Group by Resolved by.
- Save the report.
Tickets Transferred to Other Assignment Groups (Out of Scope):
- Go to Reports > Create New.
- Select the table Incident [incident].
- Add a filter: Number starts with INC.
- Add another filter: Assignment group is not your primary group.
- Save the report.
Average Resolution Time:
- Go to Reports > Create New.
- Select the table Incident [incident].
- Add a filter: Number starts with INC.
- Add a filter: Resolved is true.
- In the Type field, select Average.
- In the Field field, select Resolution time.
- Save the report.
Average Handling Time:
- Go to Reports > Create New.
- Select the table Incident [incident].
- Add a filter: Number starts with INC.
- Add a filter: Resolved is true.
- In the Type field, select Average.
- In the Field field, select Work time.
- Save the report.
Average Response Time:
- Go to Reports > Create New.
- Select the table Incident [incident].
- Add a filter: Number starts with INC.
- Add a filter: Resolved is true.
- In the Type field, select Average.
- In the Field field, select Response time.
- Save the report.
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.