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

Hi @SourabhAkiwate 

 

That will not work - incident_sla database view only contains records which is SLA, OLA or underpin contract. According to his request, he would like to see incidents without SLA  - that the database view will not show.

 

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/

Hi @AndersBGS  - I want to see the Incident report which has no Response SLA and in addition to that I don't want Incidents which having both Response and Resolution SLAs.

Thanks!

Hi @kumar22 ,

 

Please see the solution I have provided to you in a similar question that you have asked. https://www.servicenow.com/community/developer-forum/report-on-incidents-without-response-sla/m-p/28...

 

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/

SunilKumar_P
Giga Sage

Hi @kumar22, You can create a database view on incident and task_sla table with left join as true (task_sla), this will give you the list of incidnets with and without SLA definitions. You can then have a filter like 'SLA definition' is Empty, which will only list the Incidents which doesn't have the SLAs attached to it.

SunilKumar_P_0-1707387885188.pngSunilKumar_P_1-1707387905476.png

 

Regards,

Sunil

 

Hi Sunil,

As per your suggestion, we can get the incident list without any SLA either Resolution or Response. 

In my case, I need the list of Incidents which has not Response SLA only.
For an example: 

This Incident doesn't have a Response SLA, because while creation of the Incident only it was assigned .

kumar22_0-1707395613619.png

Thanks!