- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 11:01 AM
Hi All,
My scripting knowledge is not that great but in the past I was able to just change the "Issue" type and add the sys_id for the group I wanted all incidents directed to however it is not working and they are all being sent to our Service Desk.
The incidents are being submitted thru the SP by our clients.
Is my sript wrong here and should I be adding something more in..
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 01:09 PM
Hi @Roshni1
You can do this with Assignment rule Rule : https://www.servicenow.com/docs/bundle/yokohama-platform-administration/page/administer/task-
OR you can store the group sys_id in the value field of a sys property, then use the gs.getProperty('my.property') to retrieve it.
To troubleshoot , check if there are existing scripts which auto assigns to SD
Thanks,
DJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 01:09 PM
Hi @Roshni1
You can do this with Assignment rule Rule : https://www.servicenow.com/docs/bundle/yokohama-platform-administration/page/administer/task-
OR you can store the group sys_id in the value field of a sys property, then use the gs.getProperty('my.property') to retrieve it.
To troubleshoot , check if there are existing scripts which auto assigns to SD
Thanks,
DJ