Import issues from TargetProcess to Jira

Pankaj Jaju April 1, 2014

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?

3 answers

1 accepted

0 votes
Answer accepted
Dave Theodore [Coyote Creek Consulting]
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 18, 2014

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.

Lissmaria Jose February 24, 2021

Hi @Dave Theodore [Coyote Creek Consulting] 

Were you able to migrate the attachments as well, using the CSV approach?

 

Thanks

liss

Dave Theodore [Coyote Creek Consulting]
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 24, 2021

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.

Like # people like this
Abid S M February 25, 2021

Hi @Dave Theodore [Coyote Creek Consulting] ,

Do you have sample script for exporting attachments from Target Process ?

 

Thank & Best Regards,
Abid S M

0 votes
Pankaj Jaju June 2, 2014

Eventually I went the CSV route and it worked for the most part. The import was good and useful.

0 votes
amplifi-admin April 17, 2014

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?

Suggest an answer

Log in or Sign up to answer