Preventing double answers from different supporters

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
morphisto.zet
Posts: 27
Joined: Tue Jul 12, 2022 8:02 am

Preventing double answers from different supporters

Post by morphisto.zet »

Script URL: /admin/admin_ticket.php
Version of script: 3.3.1
Hosting company: webspaceconfig.de
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: Searching this forum and hesk.uservoice.com

Write your message below:

Hi, is there an easy way to prevent supporters to write an answer to the customer, if the ticket is assigned to another supporter? I still want my supporter to be able to view tickets assigned to other supporters. Only the option to answer should be permitted. Unfortunately some of my supporters don't refresh the site and don't recognise that the ticket is already assigned to another supporter.

First thought: maybe comapring the ticket-owner and replier in admin_reply_ticket.php. If ticket-owner is assigned and they are not the same, the answer sould only been saved to the draft (name="save_reply") and not sending it?

Or is there an easier way?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Preventing double answers from different supporters

Post by Klemen »

You are looking for Admin > Settings > Help desk > under Features find and turn on "Require owner", then save changes.

This way when a ticket is opened, it has to be assigned first before staff can write a reply. If two staff try to do it at the same time, the second one gets a message saying the ticket has already been assigned to X and doesn't lose time by writing a response.
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
morphisto.zet
Posts: 27
Joined: Tue Jul 12, 2022 8:02 am

Re: Preventing double answers from different supporters

Post by morphisto.zet »

If've been working with HESK for half a year now and haven't noticed this setting :oops:

Thank you very much!
Post Reply