The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I map a field in a csv file that contains a URL to the Attachments field

Virginia Horrocks
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!
November 24, 2019

How do I map a field in a csv file that contains a URL to the Attachments field in Jira Software when importing.  The Attachments field does not appear to be available for mapping in Jira Software

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 26, 2019

Hello @Virginia Horrocks ,

When importing attachments using the CSV import method, the most important part to focus on is that the URL where the image is being hosted needs to be anonymously accessible, i.e. it cannot be behind an authentication prompt.  And when hosting the attachments on a Jira Server this us usually the case.

So the options to open up the URL would be to either host the attachment in an alternate public location, or open up the Server for Anonymous access.

Some additional details on importing Attachments via CSV can be seen int his KB "Importing attachments into JIRA Cloud applications using CSV files" And the CSV import documentation "Importing data from CSV" under the section Importing attachments.

Regards,
Earl

Amber_Sparkles
April 29, 2020

This does not answer the question though....

I have the same issue - following all directions, however the "attachments' field is not available for mapping - so it is left at Do not Map this field.... what are we missing??

aarthi kumar
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!
June 15, 2021

Hi,

I am facing the exact same issue, can you let me know the resolution if you have found any? What Jira field should the attachment field in csv be mapped to?

Swan Desportes
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!
February 14, 2022

Hello. I'm having the same issue. Any answer from Atlassian ?

Steven de Groot
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 18, 2022

To map the attachments you'll have to use the import functionality from the External System Import screen (<baseurl>/secure/admin/ExternalImport1.jspa).

If you select Import issues from CSV from the Issues dropdown menu you'll have a limited version of the import screen fields such as attachments and comments cannot be linked from this screen.

To import attachments from a remote Jira you also have 2 options:
1. Make the project / issues from the remote Jira public.
2. Modify the CSV file to include credentials in the attachment URL.

For example

Old

18/Mar/22 11:39 AM;admin;instructions.pdf;http://ub2:8080/secure/attachment/10100/instructions.pdf

New

18/Mar/22 11:39 AM;admin;instructions.pdf;http://admin:password123@ub2:8080/secure/attachment/10100/instructions.pdf

Like RAMESH NATARAJ likes this
Kamelia Sadeghi
July 18, 2023

Did anyone figure out, or got an answer as to which field to map attachments to?

RAMESH NATARAJ
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!
June 18, 2024

Thanks @Steven de Groot .