Changing of start ID

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
rrmu

Changing of start ID

Post by rrmu »

Is it possible to change the Bug ID? I would like start with the number 20100, but the default is 0000001.
How can I change it?

Many Thanks
René
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

I assume you have phpMyAdmin (http://www.phpmyadmin.net/).

- Select the Mantis database.
- Select the mantis_bug_table.
- Select Operations
- Towards the end, you will find a value followed by field name "auto_increment". Change this value to whatever value you want the next issue id to use.
- If you want you can also do the same for mantis_bug_text_table, to keep the id in the two tables in sync.

Regards,
Victor
Checkout MantisConnect
http://www.futureware.biz/mantisconnect
rrmu

Thanks

Post by rrmu »

It works :)
Post Reply