Skip to content

Best practice to import attachments with jiraone export file #144

Description

@kalupator

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions