SLA not stopping even when the STOP condition is met

rohitservicenow
Mega Guru

Hi, I am experiencing an unusual issue with SLAs. I have a two conditions to STOP SLA calculation and they are 

State != New 

or

Assignment Group !=ITSD.

For some reason when the first condition meets, the SLA stops but not when the second condition meets. If I repair the SLA, then the SLA stops (as expected) even for the second condition. I have checked the SLA definitions and schedules and find no issues. Has anyone experienced the similar issue before?

Attaching the SLA start and stop conditions for your reference. 

Start Condition:

find_real_file.png

Stop Condition:

find_real_file.png

Thanks,

Rohit 

1 ACCEPTED SOLUTION

rohitservicenow
Mega Guru

Found the cause guys. It's one of the BRs on assignment group change disabling the SLA BR. But wondering if is there a way to force run a BR while using the serUseEngines(false)?

View solution in original post

9 REPLIES 9

Anurag Tripathi
Mega Patron
Mega Patron

You have used the big or in Stop condition, Instead use the one i have highlighted below

find_real_file.png

 

-Anurag

-Anurag

Thank you Anurag for the quick update. Tried that OR condition too with no luck.

Rajneesh Pande1
Kilo Expert

Hi 

Try using the following as your stop condition using the 

 

 

find_real_file.png

Hope this helps. Please mark helpful if applicable.

Thanks

Rajneesh

Thank you Rajneesh, Tried it with no luck.