Forums

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

Import attachments

Ismael Vicente Zabalegui November 25, 2025

Hello, I need to import into Jira Assets all the attachments for each object that was previously exported in a CSV file. How could I do that?

Thanks!

2 answers

1 accepted

2 votes
Answer accepted
Aaron Pavez _ServiceRocket_
Community Champion
November 25, 2025

Hi @Ismael Vicente Zabalegui 

Sadly, there isn't a fast way to do it. There is no API or CSV import for Asset attachment.

https://support.atlassian.com/jira/kb/add-attachments-to-assets-in-jira-cloud/

You could create a Selenium script to do it. But it's still a manual process.

Regards - Aaron

 

Ismael Vicente Zabalegui November 25, 2025

It’s about 3,000 documents; could it be done?

Aaron Pavez _ServiceRocket_
Community Champion
November 25, 2025

With Selenium? Yeah seems doable. 

Selenium will use the browser and will mimic what you do in the browser. Just leave it open, and it should do it in a couple of hours or less.

Here to get you started:

https://www.selenium.dev/documentation/webdriver/getting_started/first_script/

https://requestly.com/blog/selenium-script/

Regards - Aaron

0 votes
arielei
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.
November 25, 2025
Ismael Vicente Zabalegui November 25, 2025

I think I didn’t explain myself well. I need to attach each document, photo, or file associated with each object that I have already imported.

Suggest an answer

Log in or Sign up to answer