How to Configure AWA for Incident and catalog task based on availability and capacity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2026 05:24 AM
Hello ServiceNow Community,
I am seeking guidance on configuring Advanced Work Assignment (AWA) to automatically assign new incidents to agents within a specific assignment group based on their current workload. Specifically, I aim to:
- Identify active members within an assignment group.
- Determine the number of active incidents assigned to each member.
- Assign new incidents to the member with the fewest active incidents to ensure balanced workload distribution.
For example, if each member in a team has 3 tickets and one member has 2 tickets, the latest incident should be assigned to the member with the least number of tickets.
Could you provide guidance on how to configure AWA to achieve this functionality?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2026 06:09 AM
Opps:
https://www.youtube.com/watch?v=fANNto5TG-0
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2026 06:20 AM
I don't want the Rejection option for assigned to. How to achieve that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2026 06:21 AM
Hi @DhathriC
Rejection is an out-of-the-box functionality and cannot be removed. It is required from the user side. A user may choose not to act on it or may be busy, but this behavior is as per OOTB design.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2026 05:51 AM
Assignment behavior in ServiceNow is controlled using the Assign By field in the Assignment Rule, which is part of Assignment Eligibility and configured within Queues.
The Assign By field has two options:
Most Capacity:
Assigns the task to the eligible agent with the highest available capacity.Last Assigned:
Used for continuity; the system attempts to assign the task to the agent who last handled similar work, provided the agent is still eligible and has available capacity.
Also, skills can be enforced as mandatory during assignment too. Here is the detailed video - Advanced Work Assignment (AWA) Tutorial: Automatically assign work to agents by skill
Ref: - AWA Assignment and Routing
