I do not want the ticket numbers to start at 1. Is there a way to set the counter to some other number?
Two options, if you want to avoid code and add-ons
1. Hack your database, setting the pcounter field on the table "project" to where you want to start for any given project
2. Preload and delete (create a csv file with 1000 issues, import it into the project until you reach your starting number, then delete the lot)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.