Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,324
Community Members
 
Community Events
184
Community Groups

Json export from Jira and import in another jira instance with attachments

Hello all.

We are trying to json export issues from main jira instance and to import in a secondary jira install.

It works very well in many aspects I think it is still best than project import, but it has a weakness, an inexplicable and incomprehensible weakness, It is no possible to import attachments. (at least we couldn't)

What we cant understand is that your exported json file from system A is perfectly understandable by system B (both jira servers, same versions, etc) but you can't carry attachments.

We tried many ways, copying the attachment to the folder in the same place were it will be in destination system but it is ignored when you import Json issue.

We cant understand why it is ignored if the attachment file has the same name (numeric name) that is specified in Json.

Also we tried putting attachments in Attachment folder into import folder, also ignored.

The json file (attachment section looks like) so we recreate the same folder system but it is ignored. we cant understand why.

2021-04-28_004647.png

After that we saw a documentation: https://support.atlassian.com/jira-cloud-administration/docs/import-data-from-json/

There it explains a way to form your json code to import attachments but we have to reformulate the whole attachment section, it is a lot of effort if you want to import hundreds of issues.

So again, we cannot understand why the json code generated in the origin is not valid to handle the attachment import task and you have to refurbish to the right side code style.2021-04-28_005415.png

So, the million dollar question, Has anyone been able to do Json attachment import without having to reformulate code?

Regards.

2 comments

Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 27, 2021

Hi! 

did you check in attachments table the value ?

I did without reformulating in Jira 6, after started  to use csv, configuration manager  or do post changes in DB:) 

Preparing a proper json file to import issues into another instance is pretty much difficult. Besides getting the proper format there are other factors that needs to be considered as a whole prior to import if not, you don't get some sections imported. However for attachment of issues, this is relatively a small issue, you can use API to import attachments after the issues has been importing using a csv export from your issue search.

Comment

Log in or Sign up to comment