Report on Incidents without Response SLA

kumar22
Tera Contributor

Hi team, 

As per the current behavior in the system, while creating Incidents if we select the Assignment Group and Assigned to the Response SLAs are attached to this type of Incidents.

Now I would like to create a report that gives the list of Incidents which has no Response SLAs.

 

Please advise on this!

Thanks,

13 REPLIES 13

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @kumar22 

 

Try on list view

 

If Assignment group and assigned to is empty, means those incidents dont have any 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]

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

Hi Atul, do we have any other options to create a report on task_sla / incident_sla tables or any database views to create a report on this?

Hi @kumar22 

 

No, because we are checking incident on INC table itself. If you have issue with SLA ( like not working  or something else)then we need DB view. 

As you need only Incident which dont have SLA. If you want you can create DB view and check. 

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

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

SourabhAkiwate
Tera Expert

Hello @kumar22 ,

 

You can create a report on incident_sla table by applying below filter condition:

SourabhAkiwate_1-1707387302173.png

 

Also, you can add conditions like SLA  Definition > is not >(Name of your Response SLA ).

Remaining condition you adjust as per your requirement.

 

If my solution helped to you, then please mark my answer as Helpful.

 

Thanks