When importing a CSV in JIRA, how to add multiple attachments to one issue in the CSV?
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"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks ! It Worked like a charm :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.