You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there,
I am importing some Zendesk data into Jira, I can't use any third party apps due to privacy concerns so it's CSV imports.
There are three CSV that have come from Zendesk, one with issues, another with comments and another with attachments.
I can import the issue data into Jira and then can update the comments and attachments CSV so the issue keys match.
BUT the attachment information is sitting on AWS and needs a login to be able to access it, I cannot see how to structure the CSV to be able to go to AWS and get the attachment to Jira, update the URL and then move the attachment to the Atlassian storage (AWS also).
I feel like I am lost down the rabbit hole at the moment.
Not sure how to tackle this.
Hi @Steven LS
Welcome to the Atlassian community!
I am not familiar with how Zendesk attachment import works. However, if you are importing attachments from Jira DC to Jira Cloud using CSV importer, in your CSV file, you can add the username and password in the attachment URL. For example:
Attachment URL
https://myjirasite.com/secure/attachment/10000/image.png
After adding the username and password, the URL will look like below:
https://adminuser:password@myjirasite.com/secure/attachment/10000/image.png
In your case:
Cheers,
Marini
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.