Fix Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 10:28 PM
They are some inflight tasks that I need to reassign to the other group.
i have written this fix script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 11:29 PM
Hi @Ankur Bawiskar ,
I have changed all the of them , but it is still not working
Can you please check on this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 11:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 03:13 AM
Please share your updated script
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 10:44 PM
Please correct typo where you setting grourp.
GroupUpdate .setValue('u_assigned_group ', '6ebd91f387593510f484b806dabdfdf443');
Please mark my answer as correct and helpful it it helps

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 11:14 PM
The reason why this script not working is
1. GroupUpdate .seValue('u_assigned_group ', '6ebd91f387593510f484b806dabdfdf443');
there is "t" missing in statemant
2. GroupUpdate .addQuery('u_assigned_group', 'IN', 'f53cecacdbf8f5109aa69reerrwer');
sysid is wrong. it has 29 charectors instead 32.
use"STARTSWITH" or exact 32 charector sysId
Please mark my answer as correct and helpful if it solves your issue
Thanks,
Phanindra.