- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 06:46 AM
There is an existing assignment rule for incident table which defaults the assignment group say “ SN_Support_ABC” whenever an incident is created.
Now we are setting up event collection from email and configured Event & Alert rules with subflow for creating incident and configured with the required Assignment Groups, category, priority, etc... but when the incident gets created, it is getting assigned to the default group “SN_Support_ABC” which I believe is based on the Assignment rule and NOT the one defined in the subflow. What’s the best way to configure the correct assignment groups based on the event received which creating new incidents?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 08:01 AM
Check if there is a Business Rule active that updates the assignment group.
Regards,
Michael
Michael
Please mark the suggestion as helpful/like, if you find it useful to you or others who wants to refer similar content.
Please mark the solution as correct, if the answer provided has resolved your query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 12:01 PM
Ok, so now we know it's not related to the flow or assignment rules.
There must be another business rule, flow, or something else in the background setting the assignment group back to that default group.
Can you check your "insert" business rules to see if any of them are setting the assignment group:
instanceName.service-now.com/sys_script_list.do?sysparm_query=collection%3Dincident%5EORcollectionINincident%2Ctask%5Ecollection%3Dincident%5Eaction_insert%3Dtrue%5Eactive%3Dtrue&sysparm_view=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 07:20 AM
That looks right. Even when you click on "Test" to test the flow, it doesn't work properly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 07:53 AM
When i click on test or by sending email the subflow gets trigged and completes but the Assignment group is getting assigned to the default one and NOT the one specified in the subflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 09:24 AM
Do you have any Assignment Data Lookup rules? This could be taking precedent
istanceName.service-now.com/dl_u_assignment_list.do?sysparm_query=&sysparm_view=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 09:33 AM
None
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 09:54 AM
Hi Aravind,
Did you disable the Assignment rule as you will be using sub flow to set Assignment group? Or add a condition to the assignment rule that stops updating the assignment group.