How to change Agent - Routing

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
slutter
Posts: 1
Joined: Fri Jun 09, 2023 10:06 pm

How to change Agent - Routing

Post by slutter »

Hi,
is there a way to make rules for the routing of tickets? I would like to route them so every agent gets a defined percentage of all tickets..
Sven
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Re: How to change Agent - Routing

Post by Klemen »

When a ticket is submitted:

1. Hesk retrieves a list of all users who have permission to view that ticket (they have access to the category and permission to view tickets)
2. It orders the users by the number of *open* (unresolved) tickets they have
3. it assigns the ticket to the person with the least amount of open tickets

Here are some extra things to understand:

- if multiple people have the same amount of open tickets (step 3. above), it randomly assigns it to one of them
- individual users can be completely excluded from auto-assigning tickets by disabling "Auto-assign" for them on the "Team" page
- if you want to assign tickets in a category to specific user(s), you can select them when creating or editing a category on the "Categories" page. In this case Hesk will not select all users in step 1. above, but only users listed here.

Anything outside of this built-in process would have to be manually modified in your Hesk code.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply