Dear Support,
I would like to ask you if it is possible to download all attachments in Jira. Our version is v4.2.4-b591. Thank you in advance
Not really, you'd need to traverse through every single issue, look for their attachments and issue a download command.
It would probably be easier to simply go on to the Jira server and take a copy of the "attachments" directory under the Jira Home directory, as that's where Jira keeps them all.
10x a million you saved my day :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi Nic
Do you know the exact syntax?
I used two ways but no of them are working.
with Issue ID:
curl -D- -u myid:mypasswd -X GET http://LPVWA00A0xxx.wellsfargo.com:8081/secure/attachmentzip/21824.zip
with issue Key:
curl -D- -u myid:mypasswd -X GET http://LPVWA00A0xxx.wellsfargo.com:8081/secure/attachmentzip/BR-69.zip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Talitha Spaink,
I would suggest to use JAM to download your attachments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Folks,
My entry to Atlassian Codegeist 2015 Automate the Atlassian from Command Line has a function that helps you to do just that. Also not only Admins can use this, but even users can use this to download attachments for given JQL.
-- Demo Query against live instance -- Automate JIRA attachments download action > acl --app-name JIRA --browser-name PhantomJS --action get_jira_attachments --userid admin --password 'pongbot' --base-url https://pongbot.atlassian.net --jql 'key=TEST-1'
It's a open source plugin. Hoping you will find it useful. Do vote if you see value to it!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a plugin on Atlassian Marketplace named Download Attachments For Jira allows you to download all attachments for search result. I think it will be a good resolution in your case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a plugin on Atlassian Marketplace named <a href="https://marketplace.atlassian.com/plugins/pl.craftware.jira.download-attachments-plugin">Download Attachments 4 Jira </a>allows you to download all attachments for JQL query result. I think it'll work fine for your case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.