Page 1 of 1

Collision Avoidance - multiple staff

Posted: Fri Oct 25, 2013 12:11 pm
by scanreg
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

is file locking / collision avoidance built into hesk?

support is currently supplied by one staff but this looks like it will grow to several simultaneous staff so we need to be sure that multiple staff are not simultaneously responding to the same ticket

thanks

Re: Collision Avoidance - multiple staff

Posted: Fri Oct 25, 2013 2:43 pm
by Klemen
HESK doesn't use flat text files but a MySQL database, so file locking isn't an issue.

To make sure two staff members aren't replying to the same ticket:

1. if you have "Auto-assign tickets" feature enabled tell the staff to only reply to tickets assigned to them

2. if you have "Auto-assign tickets" disabled tell the staff to first assign the ticket to themselves by clicking the "Assign to self" link in the ticket head before replying.

If a staff member is reading a ticket that is assigned to someone else, the "Add reply" form will also show a notice that the ticket is assigned to another user.

Re: Collision Avoidance - multiple staff

Posted: Fri Oct 25, 2013 6:13 pm
by scanreg
Thanks Klemen :)

Does Auto-Assign immediately assign a ticket to a staff member who accesses that ticket but hasn't yet replied?

Thanks

Re: Collision Avoidance - multiple staff

Posted: Sun Oct 27, 2013 8:37 am
by Klemen
Auto-assign assigns the ticket to a staff member immediately after a ticket is submitted.

Re: Collision Avoidance - multiple staff

Posted: Fri Jun 06, 2014 1:59 pm
by scanreg
thanks very much :)