When importing a CSV in JIRA, how to add multiple attachments

Geert Willems July 23, 2019

When importing a CSV in JIRA, how to add multiple attachments to one issue in the CSV?

1 answer

1 vote
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 23, 2019

Hello,

You should add multiple attachments field in your csv file. 

Assignee, Summary, Description, Attachment, Attachment
Admin, "Issue demonstrating the CSV attachment import", "Please check the attached image below.", "https://jira-server:8080/secure/attachment/image-name.png", "https://jira-server:8080/secure/attachment/image-name2.png"
Admin, "CSV attachment import with timestamp,author and filename", "Please check the attached image below.", "01/01/2012 13:10;Admin;image.png;file://image-name.png", "01/01/2012 13:10;Admin;image.png;file://image-name.png"
Geert Willems July 28, 2019

Indeed ! Thank you !

Guillaume Rodriguez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 6, 2022

Thanks ! It Worked like a charm :)

Joby John January 11, 2023

@Guillaume Rodriguez : How can we pass authentication with Attachment URLs. Since the attachment URLs am using they aren't available public, we need authentication to view the attachments. 

Suggest an answer

Log in or Sign up to answer