Can i set number of new tickets from 1000? 1001 1002 1003 1004
You could but its not recommended to use sequential ticket numbers.You would have set osTicket to use sequential ticket numbers and then tell the data base to start at 1000. Something like:ALTER TABLE ost_ticket AUTO_INCREMENT = 1000;Should do it.