Collision Avoidance - multiple staff

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
scanreg
Posts: 30
Joined: Thu Mar 12, 2009 12:54 pm

Collision Avoidance - multiple staff

Post 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
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Collision Avoidance - multiple staff

Post 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.
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
scanreg
Posts: 30
Joined: Thu Mar 12, 2009 12:54 pm

Re: Collision Avoidance - multiple staff

Post 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
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Collision Avoidance - multiple staff

Post by Klemen »

Auto-assign assigns the ticket to a staff member immediately after a ticket is submitted.
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
scanreg
Posts: 30
Joined: Thu Mar 12, 2009 12:54 pm

Re: Collision Avoidance - multiple staff

Post by scanreg »

thanks very much :)
Post Reply