Paging doesnot work if assignment group populated on new P1, P2 incidents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
In ServiceNow Trigger rules fire only if the assigned_to and assignment_group fields are not populated on a record. My requirement is to trigger paging even if incident created with assignment group.
I tried to create BR for this but it doesnot start paging, value for wbc displays null in system logs
BR is on table incident-
condition-
state is new
Priority is one of P1, P2
Assignment group is not empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @ShreeyaSatam ,
Even i faced this issue !! What i have seen is when an incident is created with a populated assignment_group, the trigger rule does not start the workflow. This is seems to be by design and Trigger rules won't fire if the assignment group or assigned to fields have values at record creation.
What i did was removed the condition on the assignment group in the trigger rule definition so that it fires regardless of assignment group but included other qualifying criteria (like state and priority).
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.