Ihre Email an
mantisbt-help@lists.sourceforge.net
Betreff: Re: [mantisbt-help] altering starting bug id
hat den Empfänger nicht erreicht.
Diese Email Adresse hat sich geändert.
Hinweis: Ihre Email wird NICHT automatisch weitergeleitet.
Namentlich bekannte Empfänger erreichen Sie unter
[EMAIL PR
> ALTER TABLE mantis_bug_table AUTO_INCREMENT=1000;
>
> Thanks the above command worked for specific databases.
>
> But is there any option in command that I can preconfigure issue id to
> start at
>
> say p100 for project1 in database1
>
> And to start at c200 for project2 in same database
>
>
ALTER TABLE mantis_bug_table AUTO_INCREMENT=1000;
Thanks the above command worked for specific databases.
But is there any option in command that I can preconfigure issue id to
start at
say p100 for project1 in database1
And to start at c200 for project2 in same database
and d300 f
Maphin Philip a écrit :
Hi,
As seen in manual which I pasted below ,its said that a file
custom_functions_inc.php in the root folder of mantis.
I am using 1.0.0rc2 and I am not having this file.What is the reason?
Without this can I add custom functions.I want to add custom functi
Hi,
As seen in manual which I pasted below ,its said that a file
custom_functions_inc.php in the root folder of mantis.
I am using 1.0.0rc2 and I am not having this file.What is the reason?
Without this can I add custom functions.I want to add custom function
for "coloumn_target_print_p
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
2.I want to get print reports with certain fields omitted,want to omit
ETA,OS,OS version,projection and project build.
I would try to insert a test bug/issue into the database and then
manually modify the bug_id to 999 (if you want to start from 1000).
Mantis is autonumber the ids using MySQL. Does it make sense?
For the second issue I am using Crystal Reports and I am getting some
reports to meet my managemen
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;
Rega
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
2.I want to get print reports with certain fields omitted,want to omit
ETA,OS,OS version,projection and project build.
Can any