We are evaluating Jira as our issue management system and would like to move all issues from the current issue tracker (TargetProces) to Jira. I don't see any plugin for TP to import the existing issues from TP. Can this be done without resorting to CSV import/export. We need to import everything from the existing issues - like images, attachements, etc.
What is the most suitable method to do this?
This kind of stuff tends to be fairly messy at best. We do a lot of this type of data migration and they are rarely simple. If you're importing from a tool where there is a built-in converter, it's definitely easier, but with something like TargetProcess where there is no out-of-the box converter, you basically have three options: CSV import, API scripts or user self-migration. TargetProcess does have a REST API, so you'd need to write a "translation" script that takes the data from TargetProces and transforms it into the data format and feature set of Jira, which is not trivial. CSV would probably be easier, since you can do the transformation directly in Jira once you normalize the data from TargetProces. If you don't have a lot of data to migrate, it might be fastest to just tell users to copy and paste their active data into Jira and sunset the TargetProcess system. Hopefully that will give you some ideas.
Hi @Dave Theodore [Coyote Creek Consulting]
Were you able to migrate the attachments as well, using the CSV approach?
Thanks
liss
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can, but it's a two step process. First, you will need to write a script to extract them from TargetProcess and arrange them in a way that you clearly identify which attachments go with which issues. Then you need to import them in to Jira. If you do this via CSV, you need to have the attachment files hosted on a web server that Jira can reach. In a pinch, you can move the directory in to the atlassian-jira/images directory and use the built in Tomcat. Then you need to add each attachment URL, in its own column, to the corresponding row for the issue in your CSV. You can only have one attachment URL per column.
Alternatively, you could write a script where you extract the attachments for an issue in TargetProcess and directly upload it to Jira via the REST API. You will need to already have the issues in JIra and be able to query the original TargetProcess issue number in order for this to work, though.
I hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dave Theodore [Coyote Creek Consulting] ,
Do you have sample script for exporting attachments from Target Process ?
Thank & Best Regards,
Abid S M
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Eventually I went the CSV route and it worked for the most part. The import was good and useful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't see any responses yet and I too am wondering the same thing. How do I import a project from Target Process to Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.