Incidences sequence by project

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Fabricio Mullo
Posts: 1
Joined: 16 Apr 2018, 15:42

Incidences sequence by project

Post 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?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Incidences sequence by project

Post 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, ...
Please use Search before posting and read the Manual
Post Reply