Page 1 of 1

Issue numbering

Posted: 23 Jul 2023, 19:54
by mother10
Hello,

I am very new to Mantis, just installed it and trying to get the hang of it.
Now I noticed that when I enter testissues, they number like:
1,3,5,7,9

I would have expected them to number
1,2,3,4,5

Is there a reason for that?

Thanks!

Re: Issue numbering

Posted: 24 Jul 2023, 07:30
by cas
That should not happen.. The field is defined as autoincrement which is default set to 1.
Perhaps in your database autoincrement value has been defined as 2

Re: Issue numbering

Posted: 27 Jul 2023, 16:45
by mother10
Hi,

You were absolutely right.
I contacted my website provider and it turned out their autoincrement was set to 2.

Unfortunately that could not be changed they said.
Very odd it is set to 2 I think.

So I am stuck with autonumbering in steps of 2.
Wish Mantis could set it to 1......

Thanks for helping me!