Page 1 of 1

Ticket Enumeration for Projects

Posted: 26 Sep 2018, 15:53
by R2Jay86
Hello all,

i'd like to know if it's possible to have each mantis project to have its own ticket enumeration, let's say i have 3 Projects registered in mantis:
Project A, B and C. I'd want to have each project to have its own ticket enumeration starting from 1, so if i create the first ticket on Project A it will be ticket #1, if i create a ticket in project B it will be ticket #1 for that project and not ticket #2, and creating a ticket in project C will be #1 for that project and not ticket #3 overall.
Thanks in advance.

Re: Ticket Enumeration for Projects

Posted: 26 Sep 2018, 15:55
by atrol
This is not possible.
The issue ID is the unique key for issues of all projects.

Re: Ticket Enumeration for Projects

Posted: 26 Sep 2018, 16:11
by R2Jay86
Ok thanks for the quick reply