CSV Attachments import to another Jira

Alexander January 13, 2020

Hi Community!

We have two installation Jira Software. We need to import issues pool from Jira 8.5.0 to another instance. We use CSV import. All fields mapping correctly but attachments can't migration.

Example my attach field in csv:

"16.10.2019 15:09;terentev;image-2019-10-16-11-09-15-474.png;https://jira-source/secure/attachment/325021/image-2019-10-16-11-09-15-474.png","16.10.2019 15:09;terentev;image-2019-10-16-11-09-57-762.png;https://jira-source/secure/attachment/325023/image-2019-10-16-11-09-57-762.png"

After migration we have attach files in issues but they have html structure and them size is 15-30 kb.

If we use "file://" protocol in scv  and copy all files in jira-new/jira-home/import/attachments - it works:

 

file://325021


We need importing 1000+ issue and change all attachments fields in csv for all issues very hard.

What we forgot in import pocess?

 

Regards

1 answer

0 votes
Ahmet Kilic July 14, 2020

You may use csv only to assign the path of attachment. You should migrate the attachments phsically through linux. rsync or copy command ;)

Suggest an answer

Log in or Sign up to answer