-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hello!
In the prepared by jiraone csv\json export file, links to attachments from the old jira look like this:
https://oldjira.domain.com/secure/attachment/11853/MyFile.docx
But when importing a file into a new Jira, the attachments file cannot be downloaded from the old Jira, because authentication is required in the old Jira.
I have already dealt with this before and solved this problem in the following way:
For each attachment link I added a login and password for old jira in the following way: ?os_username=USER&os_password=PWD.
For example:
https://oldjira.domain.com/secure/attachment/11853/MyFile.docx?os_username=USER&os_password=PWD
After that, when importing a file in the new Jira, attachments were downloaded from the old Jira.
I want to understand if there is any solution for jiraone when preparing the export file?
What is the best practice for importing attachments with jiraone prepared export file?
Thanks!