Hi,

>
> We are using 1.0.0rc2 mantisBT
>
> At present I want to configure a database in which
>
> 1.Issue ID of bugs should start from a determined number say 1000

If you have MySQL you can change the increment with the following SQL query:

ALTER TABLE mantis_bug_table AUTO_INCREMENT=1000;

Regards,
Vincent


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
mantisbt-help mailing list
mantisbt-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to