Originally created by: jpschewe
Originally owned by: jpschewe
I have been working through migrating fll-sw from Trac to allura. I used the script trac_export.py like so
./scripts/trac_export.py --no-attachments -o ~/projects/fll-sw/allura-import.json --only-tickets -v https://sourceforge.net/apps/trac/fll-sw/
I then went to import and found that the document coming out of trac_export.py didn't match the input that was expected by allura_import.py. I've worked around this in my branch which I'll submit a pull request for.
Originally by: jpschewe
Merge request #18 has the fixes for this.
https://sourceforge.net/p/allura/git/merge-requests/18/ was merged