Reassign the security incident based on description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 10:01 AM
Hi,
I have a requirement to automatically reassign security incidents to different assignment group based on a unique value in the description field. I have to fetch this unique value and glide through cmdb table and assign it based on the support group value in cmdb table.
1. Currently the assignment of security incident in the first place is done through the AWS account -support group and not through assignment rules.(We cannot edit this AWS account assignment as of now, we need to override this flow and do the reassignment)
2. I have tried to achieve this using after business rule for insert and update but the assignment happens only when there is a update in another security incident with similar when to run conditions.
How can I override this AWS account assignment and automatically reassign to different assignment group as soon as the ticket is created?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 12:23 PM - edited 06-27-2024 12:24 PM
You can use a Client Script, type: onload()
good luck, would require calling a GlideAjax Script include. Or you could use a business rule, runs server-side and add logic there to to query the "cmdb" table.