Who is closing tickets

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
GezusK
Posts: 25
Joined: Fri Nov 16, 2007 11:13 pm

Who is closing tickets

Post by GezusK »

Script URL:
Version of script:2.0
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:
I haven't got around to updating to 2.1 yet, but will soon, so I don't know if this feature is included yet. We've made a few custom changes, so it will be a challenge to get the 2.1 stuff in there.

We need to know who closes a ticket. We are having tickets coming up closed, even those they're not finished. So, if closing or resolving the ticket somehow automatically added the username of the person that closed it. Or mark it if the customer did it.

Love the script, and will be talking to the boss about buying a license.

Thanks
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Login to the administration panel and set "Autoclose tickets:" to 0.

By default the tickets are automatically closed 5 days after the last staff reply.
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
GezusK
Posts: 25
Joined: Fri Nov 16, 2007 11:13 pm

Post by GezusK »

It isn't the autoclose that causes the problem. Its some of our techs, or possibly the teachers that are closing them, without leaving a response. We were hoping that it may be simple to code hesk to add whomever closed it after the Resolved at ticket status.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

In that case you would need to add an extra filed to the tickets table in the database which would hold the name of the person who closed it. Unfortunately such customizations are out of the scope of my support here, but I will consider it for a future HESK feature.
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
GezusK
Posts: 25
Joined: Fri Nov 16, 2007 11:13 pm

Post by GezusK »

A coworker suggested a work around for this, but it may be more than you want to provide also.

His suggestion was when a ticket was closed, a note (the kind customers can't see) is automatically added. Just having it add a note like "Ticket Closed" will leave the author of the note, letting us know who closed it. If it doesn't have a note on it, then we can assume the customer closed. it. What do you think? Too much trouble?
Post Reply