Same Bug ID sequence for different projects.

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
qualityfirst
Posts: 1
Joined: 17 Jun 2006, 02:23

Same Bug ID sequence for different projects.

Post by qualityfirst »

Hi,

Mantis is really marvelous. I could customize to the extent, i require it to use in my organization without knowledge of the php and MySQL.

But now I have fallen in to a problem.

I have created two projects, but on reporting the bug, it generates the bugs in same sequence for both the projects.

For Example, if I have reported a bug in Project1 it is assigned with the ID 1 now if I report the next bug in Project2, then this bug will have the ID as 2 instead of 1 (Project 2 being separate project).

I want a diffrent bug ID sequence in different projects. Is it possible? If yes then how.

An early response will be highly appreciated.

Regards,
Anand Gupta
djidave
Posts: 5
Joined: 13 Mar 2006, 13:53

Post by djidave »

My first inclination would be no as I am guessing the BugID will be the unique key field for the Database and Search.

Have you tried creating a custom field called Project Bug Number and using that.

Dave R
Post Reply