Good time of day. I am currently searching for a service desk system. I tested the hack for 2 days and found one oddity.
If you click send a response and change the status to resolved. Hack sends a template new_reply_by_staff.txt . But it seems to me that he should send ticket_closed.txt
HESK 3.5.0
PHP 8.3.6 (MySQLi)
This is not critical and does not interfere much with work, but you may want to fix it in future releases.
Email Templates
Moderator: mkoch227
Re: Email Templates
It's not a bug, it's a feature
If you *reply* to the ticket, the new_reply_by_staff.txt is always used, regardless of status.
The ticket_closed.txt is only used when a ticket is closed without replying, for example if you click the "Mark as resolved" link or if you resolve tickets from the ticket list table or if a ticket is resolved automatically for inactivity.

If you *reply* to the ticket, the new_reply_by_staff.txt is always used, regardless of status.
The ticket_closed.txt is only used when a ticket is closed without replying, for example if you click the "Mark as resolved" link or if you resolve tickets from the ticket list table or if a ticket is resolved automatically for inactivity.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Re: Email Templates

It seemed to me that it would be more logical to send a response depending on the status for which the application is changing.
Or maybe make a separate close application button so that the application is closed and the client receives a response according to the template ticket_closed.txt . Otherwise, it is unclear whether the application is closed or work is still underway on it and the client must follow the link to understand what happened to the application after the contractor's response.
Re: Email Templates
You can always include the %%MESSAGE%% tag in your email templates and your client will be able to read the response inside the email.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Re: Email Templates
I've already done that. That's why I wrote that it's not critical.
Just as an idea for the future to make the system more logical.
Just as an idea for the future to make the system more logical.
Re: Email Templates
Yes, no worries, always open to suggestions.
We discussed this internally a lot in the past and decided there is no "correct" way of doing it, so we decided on how it works now; if there is a reply, the "new reply" template is used and if a ticket is closed without a reply, the "ticket closed" template is used.
We used to have it as a two-step process (reply and close separately) but added "Submit as resolved" due to user requests.
In your case, you can train your staff to do it in two steps:
1. reply to the ticket
2. close the ticket
In that case, both emails will be sent.
You could even modify Hesk code to hide the "Submit as Resolved" option.
We discussed this internally a lot in the past and decided there is no "correct" way of doing it, so we decided on how it works now; if there is a reply, the "new reply" template is used and if a ticket is closed without a reply, the "ticket closed" template is used.
We used to have it as a two-step process (reply and close separately) but added "Submit as resolved" due to user requests.
In your case, you can train your staff to do it in two steps:
1. reply to the ticket
2. close the ticket
In that case, both emails will be sent.
You could even modify Hesk code to hide the "Submit as Resolved" option.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Re: Email Templates
Good thanks. And thanks for the app. It is very convenient and easy to set up. It has all the necessary functionality. Of all the software that I have tested over the past month, this is the best application for keeping records of applications.