- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2024 10:52 PM
hi. we have assignment rules in place to assign incident to assignment groups based on category field. now, how do we get the assignment group to be updated if the category field has been changed?
for example:
INC category is software assigned to software team. now user changed the category to hardware, how to automatically reassign this to hardware team?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 12:07 AM
@Hafila Hatta You can create a business rule which will trigger on before update when the incident category changes. Inside the script of this business rule you can write a script which will query the sysrule_assignment table.
You can refer to this post https://www.servicenow.com/community/csm-forum/execute-assignment-rule-on-demand-by-script/m-p/40234... where the author has suggested the same script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2024 11:22 PM
Create a new flow on category change and set the assignment group accordingly.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 12:07 AM
@Hafila Hatta You can create a business rule which will trigger on before update when the incident category changes. Inside the script of this business rule you can write a script which will query the sysrule_assignment table.
You can refer to this post https://www.servicenow.com/community/csm-forum/execute-assignment-rule-on-demand-by-script/m-p/40234... where the author has suggested the same script.