Tickets numbers

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
dawidku
Posts: 5
Joined: Sun Mar 14, 2021 12:26 am

Tickets numbers

Post by dawidku »

Is there a way to restart ticket numbers and start numbering from 1?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Tickets numbers

Post by Klemen »

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:

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 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
dawidku
Posts: 5
Joined: Sun Mar 14, 2021 12:26 am

Re: Tickets numbers

Post by dawidku »

Thank you so much.

I will try this when we complete all the testing and before we start using it.
Post Reply