ChiliProject is not maintained anymore.
Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and
we urge all existing users to migrate their data to a maintained
system, e.g. Redmine. We will
provide a migration script later. In the meantime, you can use the
instructions by
Christian Daehn.
Forums » Discuss »
Issues Numbering behavior
Added by Vlax Max at 2011-04-29 10:45 am
Hi
One of my main concern about Redmine is the unified numbering of all the issues in a Redmine installation.
Are there plans to modify this behavior? Is it possible?
Regards
Vlax
No. The issue numbers are based on the primary key from the database and are set to automatically increment. This is the standard used by thousands of Rails applications and will not be changed.
Eric Davis