Page 1 of 1

Incidences sequence by project

Posted: 16 Apr 2018, 16:53
by Fabricio Mullo
At mantis, you can create projects, however when you create incidences they all have a global sequence.
I want to know if there is any possibility to parametrize or set up the application or the ID of the incidences by project, so every project could have an own sequence for the incidences?

Re: Incidences sequence by project

Posted: 16 Apr 2018, 19:39
by atrol
There is no sequence per project as all reports are stored in a single database table where the issue id is the primary key.

Without a major redesign, all you can do is to change the display of the id by writing a plugin that uses event EVENT_DISPLAY_BUG_ID.
E.g it could look like Project1-1, Project2-2, Project2-3, Project1-4, Project2-5, ...