- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2025 03:44 AM
Good afternoon.
I have an Incident ticket, where the Assignment group is not getting changed to any other groups, when Application is Blackline. What is the reason behind this?
Assignment groups are coming, but when saved, it is going back to the same Assignment group. Please help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 12:39 AM
In the filter conditions change the condition to application changes to Blackline and test it once by putting log into it.
Make sure that your BR will be triggered only when Incident's Application changes to Blackline.
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this question to solved bucket.
Regards,
Prathamesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 12:41 AM
currently your BR simply checks Application and sets Group
You can use script to populate Group based on Application selected
What do you mean by not allowing you to change the group?
Check any reference qualifier is added on Assignment group field via dictionary override
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2025 03:52 AM
Hello @AbdurRahmanSnow
Please check if there is any business rule written for the same which is setting the assignment group to "xyz" when application is "Blackline".
If Yes, then check its trigger conditions and adjust them accordingly so that it wont be triggered again and again.
If above solution helps please mark my response as helpful and close the thread so that it benefits future readers.
Regards,
Prathamesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 12:29 AM
Hi @Prathamesh26
I have found a Business rule that is not allowing to change the Assignment group, when Application is Blackline. It should allow to change it to other groups.
What changes can we do for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 12:39 AM
In the filter conditions change the condition to application changes to Blackline and test it once by putting log into it.
Make sure that your BR will be triggered only when Incident's Application changes to Blackline.
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this question to solved bucket.
Regards,
Prathamesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 02:31 AM
Thanks a lot. The "Changes to" condition worked.