- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 11:52 PM
Hi Team,
When I create a HR Case the state will be draft and when I change the state to "In-Progress" the Assigned to is auto assigned. How it is happening??
I know for Assignemt Group we have assignment rule. Can anyone help here??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 12:16 AM
Hello Sandeep,
The case is assigned as per the skills definition , for example to case will be assigned as it is defined in skills like Employee Career, HR System , Hiring / policy or the HR Matching rule.
Please explore "hr_AssignmentAPI" Script include for exact working.
Please mark Correct if it helps !
Thanks,
Bhushan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 12:49 AM
Hi @SandeepKSingh ,
You have to check "Maching Rule " as every COE's for a table has a Matching like the one shown below in image.
And they have OOB scrip include (hr_AssignmentAPI) and Under that they have utility which has the script to auto set .
Example :-
If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!
Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI
YouTube: https://www.youtube.com/@learnservicenowwithravi
LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 12:58 AM
@SandeepKSingh There are following possibilities in this case.
1. Business rule: Please check if there is any business rule which is triggering when the state changes to in-progress.
2. Assignment rule is out of equation if the Assignment group is already populated
3. Please check if there is any flow/workflow attached with your HR Case which auto assign the ticket to an individual
4. Matching rules is also one possibility which specifically checks if the Assignment group is not empty and assigned to is empty.
Here is an example.
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 12:58 AM
@SandeepKSingh There are following possibilities in this case.
1. Business rule: Please check if there is any business rule which is triggering when the state changes to in-progress.
2. Assignment rule is out of equation if the Assignment group is already populated
3. Please check if there is any flow/workflow attached with your HR Case which auto assign the ticket to an individual
4. Matching rules is also one possibility which specifically checks if the Assignment group is not empty and assigned to is empty.
Here is an example.
Hope this helps.