SLA Upgrading and Downgrading with priority changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 09:49 AM
Can anyone help in SLA configurations. We have requirement on SLA upgrade and downgrade requirement for p1 to p4
1st case is downgrade: When priority is 1 to 4, i.e the incident start time should be the created time. i have enabled the retroactive start. This is working as expected.
2nd case upgrade: when priority change from "p4 to p3, p3 to p2, p2 to p1" like that. The sla start time should be priority changed time. it should cancel 1st case(i.e downgrade)..This i can achieve with reset condition that when priority changes and priority is greater than current priority. And retroactive start set to "updated"
but I am not able to implement both the conditions, I am facing issue with SLA start time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 10:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 10:51 AM
Thanks for your respose.
You are right if I remove retroactive start then SLA is getting attached with updated date. Reset condition is not playing any role here then it is working fine for upgrade Priority case.
But for downgrading from P1 to P4 , SLA should start from ticket opened time. I am not able to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 11:13 AM
I don't know if this can be done with a single SLA. You can create 2 SLAs, one for the priority upgrade and one for the priority downgrade. To prevent them both running at the same time you could create a custom field on the task table for the SLA that is a choice list with 2 choices either upgrade or downgrade. Then create a business rule that sets this custom field whenever priority changes. Your 2 SLAs will use this custom field in the start condition so that only one of them is running at a time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 03:06 AM
Hi Kirandeep, did you find the solution for this?
I have the exact same requirement.
Please reply!