Hey!
We have the need to get the capability of auto-assign tickets to the first email-responding agent. So, whenever an agent will respond to the ticket via email, the system will automatically assign it to that specific agent.
We have this working by editing class.thread.php and class.ticket.php files.
We would like to create a module, which would access/modify that function, but it looks, it is not possible.
Is there any way forward to solve this issue, other than modifying the original files?
Thanks!