Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 04:06 AM
Hello All,
Through CSPM alerts incident gets created in servicenow .Now the requirement is how to navigate this particular incident from caller 'Dome9' to particular assignment group named as 'IT-Security". Please help me in achieving this requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 04:28 AM
Hi @ShiningStar1 , If you want to route the Incident to particular assignment group ('IT-Security'), you can create an Assignment Rule (sysrule_assignment) and have the condition as Caller is 'Dome9'.
Thanks,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 04:32 AM
Hi Sunil,
Thank you for your reply. Could you please explain elaborately .
Or is it good to go for before business rule.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 05:03 AM - edited 12-14-2023 05:05 AM
Hi @ShiningStar1 , If you need to perform any calculations or actions before inserting the record then before insert business rule is a good deal. Assignment Rules are straightforward and if it doesn't involve any calculations then Assignment Rules should serve the purpose.
Steps to create:
1. System Policy > Rules > Assignment
Applies To
2. Assign To
Thanks,
Sunil