We are trying to migrate to JIRA from Trac and plan on using it in combination with GreenHopper for scrum. We are using the built in Trac import plugin.
In Trac we have requirements which are equivalent to epics in JIRA and reference multiple stories that need to be carried out in a sprint.
In the new setup we would use epics to group stories together and add sub-tasks to stories.
When importing from trac, the issue types are remaped as such:
requirement => epic
story => story
task => task
bug => bug
After the import the references between Trac items are not recreated in JIRA.
Is there a way to preserve refrences or alternatively a script or a tool to automate the creation of refrences. Manually creating them is not an option, because there are over 5000 issues and we would like to keep all of them to save history.
You have to do some scripting in order to rewire everything after the import if you want to retain the same structure. This is the flow that I followed:
Check with the documentation for a detail how to of the REST API. The steps should be fairly easy if you have a programming background.
Hi Taj,
I'm experiencing the same problem as I need to import a Trac installation with Agilo plugin. Did you manage to import these reference fields?
Cheers,
Iván
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this piece of information Taj. To be quite honest, I am not familiar the Agilo Trac Plugin, but do let us know if there's anything we can do to assist you.
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this piece of information Taj. To be quite honest, I am not familiar the Agilo Trac Plugin, but do let us know if there's anything we can do to assist you.
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I know where the problem is. The references are kept by an addon for trac, Agilo for Trac 0.9.8 with Trac Version 1 in a table agilo_link. I believe I will have to replicate the references manually with a CLI script after the import.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Taj,
Would you mind provide us the Trac Version? I will try to import from Trac and see whether this behaviour is replicable. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.