Auto Assignment Rules
Route: /org/resolve/settings?tab=assignment · Permission: Manage Helpdesk Settings
1. What it does
Decides who a new ticket lands on. Without it every ticket arrives Unassigned and waits for a
human to triage — which is exactly what the dashboard's Unassigned tile counts.
2. How it spreads
3. Field reference
| Field | Control | Values | Notes |
|---|---|---|---|
| Enable Auto-Assignment | Toggle | On / Off | Off means every ticket arrives unassigned |
| Assignment Strategy | Selector | Round Robin · Load Balanced | See below |
The two strategies
| Strategy | Picks | Best when |
|---|---|---|
| Round Robin | The next agent in rotation | Tickets are broadly similar in effort |
| Load Balanced | The agent with the least open work | Effort varies a lot per ticket |
Round Robin is fair by count; Load Balanced is fair by workload
Round Robin gives everyone the same number of tickets — which is unfair if one agent draws three outages and another draws three password resets. Load Balanced evens out what people are holding. If your queue mixes trivial and heavy work, prefer Load Balanced.
4. What it depends on
| Needs | From |
|---|---|
| Agents to assign to | Agents Management — active agents only |
| Something to match on | Ticket Classification |
Assignment starts an OLA clock
Assigning to an agent whose department has an OLA policy starts that clock. Auto-assignment therefore starts internal clocks automatically — which is the intent, but it means a misconfigured rule can start the wrong team's clock.
5. Don't confuse this with…
| These two | Differ by |
|---|---|
| Auto-assignment vs Bulk Assign | Automatic on creation vs a manual action on selected rows |
| Assignment vs escalation | Who owns it now vs moving it up when a target is at risk |
| Assignment vs approval routing | Agents vs approvers — unrelated mechanisms |
6. Troubleshooting
| Symptom | Cause |
|---|---|
| Everything arrives unassigned | The toggle is off |
| One agent gets everything | Round Robin with a pool of one active agent |
| Distribution looks unfair | Round Robin counts tickets, not effort — try Load Balanced |