HR Case assigned to is not populating
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2025 10:57 PM
Hi Team,
When I raise a case, the assignment group populates correctly, but the 'Assigned to' field remains empty. We set the assignment group at the HR Service Template level. I believe the OOB matching rules are responsible for populating the 'Assigned to' field.
My case is related to payroll, and we have active matching rules that call the OOB script includes. The group has active users, yet the 'Assigned to' field is still empty. What could be the possible reason? Kindly help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2025 04:07 AM
Not sure but add this line of code to the HR Assignment rule script and see if that is working
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2025 09:36 PM
Did my answer resolve your question?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2025 09:33 PM
@Shraddha Kadam - I tried creating a new assignment rule , It didn't worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2025 11:09 PM
check that script include and debug
Also check the Case options mentioned by @Shraddha Kadam
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
‎07-15-2025 09:35 PM
@Ankur Bawiskar - I kept logs in the OOB script include, it didn't triggered - even I kept logs in the matching rule advanced condition where it calls SI, that also didn't get triggered. I will analyze it further and update you.