Page 1 of 1

Who is closing tickets

Posted: Sat Aug 08, 2009 9:32 pm
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

Posted: Sun Aug 09, 2009 4:41 pm
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.

Posted: Tue Aug 11, 2009 7:29 pm
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.

Posted: Wed Aug 12, 2009 9:49 am
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.

Posted: Tue Sep 15, 2009 6:09 pm
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?