Is it possible to change the state closed incidents to inprogress
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 05:11 AM
Hi Community,
i have a requirement in service now, one parent ticket with 325 child tickets have been resolved instead of cancelled
need to cancel that parent incident , so that all the child will be cancelled too in service now
since the tickets are closed, i couldn't make that changes
will it be possible for you to change it?
Thanks & Regards,
Srinivasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 05:21 AM
Hi @Srinivasu2
No, we cant reopen the closed / cancelled incidents. You can try with fix script and check but do thsi in dev instance first.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 05:59 AM
Sorry mate, I am a dev who can support on script.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 05:33 AM
Hi @Srinivasu2 ,
You can cancel your parent incident using a fix script; however, you also need to cancel all 325 child incidents using a fix script as well. In ServiceNow, if the active or inactive parent incident is canceled, the child incidents will not be canceled automatically due to out-of-the-box (OOB) functionality. You will need to either cancel them manually or use a fix script to handle the cancellation of those child incidents.
I hope this helps you!
Regards
Moin