SLA definition condition need to update

Vedant
Tera Contributor

Hello All,

Please help how we can tackle below things in SLA definition.

For better understanding I've divided the things in different scenarios.

 

For Scenario 1 - The requirement is to set Response SLA+OLA to stop if the caller resolves the incident independently, regardless of the assigned-to field being empty, in case if incident is reopened response SLA+OLA should be resumed.

For Scenario 2 -If any incident is attached as child incident it's SLA+OLA should be pause and SLA+OLA should be taken into consideration for parent ticket only

For scenario 3 - If the child incident is separated from parent incident, it should become standalone, and its SLA+OLA should resume from its previous count as it was before being assigned to the parent incident.

Thanks,

Vedant

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Vedant  

 

Just to update:

SLA and OLA both are 2 different concepts.

SLA is on overall Record and 

OLA for internal team.

 

For Scenario 1 - The requirement is to set Response SLA+OLA to stop if the caller resolves the incident independently, regardless of the assigned-to field being empty, in case if incident is reopened response SLA+OLA should be resumed.

Atul:  Set Response--> You need to decide when to stop the response either on SLA or OLA. In this case when to stop you can add condition Resolved by == Caller 

and in Resume condition Incident state == New but logically it is not a case. Once a incident get resolved it move to in progress. (Please deactivate OOTB SLA / OLA)

For Scenario 2 -If any incident is attached as child incident it's SLA+OLA should be pause and SLA+OLA should be taken into consideration for parent ticket only

Atul: Again SLA / OLA need to decide. Condition = Incident.parent is not empty., put this condition under When to Pause. 

For scenario 3 - If the child incident is separated from parent incident, it should become standalone, and its SLA+OLA should resume from its previous count as it was before being assigned to the parent incident.

Atul: Looks tricky but use above condition in section 2 with incident.parent is empty and put this under when to resume. 

 

You need to do a good testing for this.

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

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

AndersBGS
Tera Patron
Tera Patron

Hi @Vedant  ,

 

For scenario 1:

Go to SLA definition and create a new SLA

AndersBGS_0-1700574091677.png

With below conditions:

 

AndersBGS_1-1700574170824.png

Stop conditions should first be when SLA is closed or Canceled

 

2 scenario:

 

Go to SLA definition and create a new SLA

AndersBGS_0-1700574091677.png

With below conditions:

 

AndersBGS_2-1700574287557.png

If parent incident is closed, then cancel condition below:

 

AndersBGS_3-1700574454257.png

Above refers to, that if an incident has a parent incident and that the parent incident is closed, then SLA should be canceled.

 

scenario 3:

AndersBGS_4-1700574594119.png

Above refers to, that if an incident no longer has a parent incident, the SLA will continue from previous.

 

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 @Vedant  

 

If my answer has helped with your question, please mark my answer as accepted solution.

 

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/

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Vedant  

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

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