Hello,
I have a filtered list of 150 tickets in a JIRA-Board.
On each of the tickets are some files attached.
Is / and how is it possible to download all attached files from the filtered tickets in one operation?
Hi Markus,
Jira makes this surprisingly difficult out of the box without writing custom scripts.
If you (or anyone else landing here from search) are still looking for a solution, we built a Cloud app called Attachment Architect specifically for this scenario.
It has an Explorer tab where you can:
Paste the JQL for your 150 tickets (e.g., filter = "My Filter").
Select all result files.
Click "Download as .zip".
The most useful part for your use case is the Folder Structure option during download. You can select "By Issue", and the ZIP file will organize the attachments into folders named after the Ticket Keys (e.g., PROJ-1/image.png, PROJ-2/log.txt), so you don't end up with a messy pile of files mixed together.
There is a free trial available if you just need to get this one-time batch done quickly.
Link: Attachment Architect on Atlassian Marketplace
If you using Jira Data Center, you can ask some AI agent to help to build simple Python script to download files using Jira API.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.