On Feb 12, 8:50 am, vBm <[email protected]> wrote: > Is there a way to properly migrate all tickets from trac to issue tracker ? > > We plan to move our project to google code being that SF is really slow and > problematic. And we'd like to move all our tickets as well. > Can someone shed some light on the matter?
The Google Code issue tracker has as API. I have used that API to automatically port issues from JIRA trackers (starting from JIRA's XML export funtionality) into Google Code, with this software: http://code.google.com/p/projport If you write code to import Trac issues into Google, it might be fastest to just add Trac as an input format in projport, since projport already does the output. We canl help you integrate it. (I don't know if Trac has a true API or an export-to-XML ability, but presumably there is some way to get the data out.) -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

