Tickets numbers
Moderator: mkoch227
Tickets numbers
Is there a way to restart ticket numbers and start numbering from 1?
Re: Tickets numbers
First, make sure you delete all tickets.
Then go to Cpanel > phpMyAdmin > open the database where Hesk is installed > click "SQL" in the top menu and run this query:
Then go to Cpanel > phpMyAdmin > open the database where Hesk is installed > click "SQL" in the top menu and run this query:
Code: Select all
ALTER TABLE hesk_tickets AUTO_INCREMENT = 1
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: Tickets numbers
Thank you so much.
I will try this when we complete all the testing and before we start using it.
I will try this when we complete all the testing and before we start using it.