Closing of tickets

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
shadedk
Posts: 36
Joined: Fri Aug 07, 2020 1:17 pm

Closing of tickets

Post by shadedk »

Hello,

Is it possible to configure HESK, so that there must be at least one staff reply to a ticket before it can be marked as solved?
Last edited by shadedk on Thu Nov 05, 2020 2:15 pm, edited 1 time in total.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Closing of tickets

Post by Klemen »

There is no built-in way of requiring a staff reply for closing a ticket. Customer for example can solve their own problem and close it. You'd have to change the code/logic for that.

As for deleting - there is no global setting to turn it off, but you can create staff accounts without "Delete tickets" permission.
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
shadedk
Posts: 36
Joined: Fri Aug 07, 2020 1:17 pm

Re: Closing of tickets

Post by shadedk »

I was thinking that staff should not be able to close a ticket without writing at least one reply, surely customers should always be able to close.

I will look into using a staff acount without the the full admin permission.
Last edited by shadedk on Thu Nov 05, 2020 2:16 pm, edited 1 time in total.
shadedk
Posts: 36
Joined: Fri Aug 07, 2020 1:17 pm

Re: Closing of tickets

Post by shadedk »

Wound't it be possible to add something to admin/change_status.php to check for if staff tries to close a ticket without answers? and then customers would still be able to close their tickets.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Closing of tickets

Post by Klemen »

Like said, there's no built-in way of preventing that. You'd have to hire a developer to custom code that for you (I'm not available for hire, but shouldn't be hard to find someone by posting a project to a site like upwork.com or freelancer.com )
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
shadedk
Posts: 36
Joined: Fri Aug 07, 2020 1:17 pm

Re: Closing of tickets

Post by shadedk »

Would it be possible to push such an update back upstream, or do I need to patch the file each time HESK is updated?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Closing of tickets

Post by Klemen »

Feel free to send your contribution. No guarantees that it will be included, but we will definitely check it out :)
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
Post Reply