Multiple project migration from Trac -> Ticket numbers issue!
Added by Richard Bössen almost 15 years ago
Hello!
First I want to say thank you to the Redmine developers! Great work!!
But I have a little problem and no idea where to look after solutions.
Migrating my TRAC projects zu Redmine works great - but ticket numbers are unique identifiers in Redmine - even between projects. In TRAC multiple projects are not possible. If I migrate two projects to Redmine - Ticket number references and especialy references im SVN commit messages of the second projects becomes wrong becouse of the new ticket number.
Any idea howto fix this? My idea is to change all commit messages in SVN - but there is no easy solution for this.
Fuuck
Replies (3)
RE: Multiple project migration from Trac -> Ticket numbers issue! - Added by Ville Kummu about 13 years ago
Hi Richard! I'm struggling with the same issue, i'm importing 5-6 Trac environments to Redmine, and i would really like to keep the ticket numbers as they are, even after the import. Is it possible to have separate ticket numbering per project? As far as i undestand, different projects have nothing to do with eachother so why should they share the ticket numbering. :)
I hope you've been able to find a solution for this!
RE: Multiple project migration from Trac -> Ticket numbers issue! - Added by Ivan Cenov about 13 years ago
Hi Ville Kummu! Redmine maintains global numbering of the issues. It is impossible to have two issues belonging to different projects with same numbers. This feature is in the core and I'm afraid it cannot be changed.
Ivan
RE: Multiple project migration from Trac -> Ticket numbers issue! - Added by Piotr Romańczuk about 13 years ago
Ville Kummu wrote:
[...] I'm struggling with the same issue, i'm importing 5-6 Trac environments to Redmine [...]
Hi Ville!
You may be interested in RE: Trac Importer Patch Coordination
Piotr