How to change SLA stage manually?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 05:05 AM
Hi,
My SLA is currently showing "in progress" even though the ticket got cancelled. because I forgot to give the cancel condition.
Now I added cancel condition, but still the ticket's SLA remains in "in progress" stage. How to change it manually?
because, it is showing in my dashboard even though the ticket got cancelled.
Can anyone help me in this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2023 04:49 AM
It's the task_sla table where you'll want to update the stage field. You can write a simple script with a query to set the stage to 'cancelled'. Update your query as you see fit. I've commented out the actual update and set a limit that only returns two records but you can modify it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2023 09:14 PM
We could not able to change the Stage Field in 'task_sla' because there is a defined acl which is been made by servicenow and could not be editable.
I have tried changing the Stage Filed through various ways but could not able to change the behaviour.
If you find any kind of Solution please let me know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 09:40 PM
I had a similar challenge but wasn't able to find a way to update the task_sla table, in the end it was easier to re-open and cancel/close the associated tickets and let the SLA definitions update it. Good luck...