Hi,
Thanks to tips from Bob in the past, I know how to download all attachments for all issues from a filter... something like this:
./jira.sh --action runFromIssueList --filter delta-migration-test --common "--action runFromAttachmentList --issue @issue@ --common \"--action getAttachment --issue @issue@ --file \"\"target/@issue@/@attachment@\"\" \" "
Which gets me something like:
target/FOOBAR-123/example.txt
target/FOOBAR-1232/example.pdf
target/FOOBAR-1232/another-one.docx
....
Seems like there should be a way do something similar with an upload. Short of having Jira cli connect for each attachment, any tips? I wish I could just swap "getAttachment" with "addAttachment" and call it a day! :)
One other thing -- is there a way to take the output from getAttachmentList, and upload via that? Didn't see any examples for that.
For upload, you need a script (or a csv file produced by a similar script) to look through the directory and files for ones that you want as attachments and then some how map them to a corresponding issue id. The script can drive the addAttachment command or produce a csv file with the same information and drive it with runFromCsv.
Great -- thanks -- works 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.
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.