Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Creation of Report on INCidents

vincentboid
Tera Contributor

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.

2 ACCEPTED SOLUTIONS

Hi @vincentboid 

 

 

 

1> Average Resolve Time

https://www.servicenow.com/community/platform-analytics-forum/creating-average-response-resolution-t...


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

https://www.servicenow.com/community/developer-forum/mttr-calculation-for-incident-open-and-closed-t...

https://www.servicenow.com/community/incident-management-forum/reports-for-mttr-ttr-and-total-time-t...

 

*************************************************************************************************************
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]

****************************************************************************************************************

View solution in original post

Hi @vincentboid 

 

In report you need to select task_Sla but in condition, you need to select Target = Response.

 

AGLearnNGrow_0-1725782543788.png

 

*************************************************************************************************************
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]

****************************************************************************************************************

View solution in original post

14 REPLIES 14

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]

****************************************************************************************************************

Hello @Dr Atul G- LNG ,

If you mean this, then I do not have response SLA.

vincentboid_0-1725782111226.png

I'm sorry, please help me with any screenshot if I'm doing wrong

Hi @vincentboid 

 

In report you need to select task_Sla but in condition, you need to select Target = Response.

 

AGLearnNGrow_0-1725782543788.png

 

*************************************************************************************************************
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]

****************************************************************************************************************

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]

****************************************************************************************************************

Uncle Rob
Kilo Patron

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

RobertFedoruk_0-1725626553764.png

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"?