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 @Ste404
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
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.