How to bulk upload images

ikepay April 16, 2015

I have a spreadsheet with a whole bunch of images in it. Is there a way I can bulk upload these into JIRA and attach them to issues?

1 answer

0 votes
GabrielleJ
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.
April 17, 2015

Have you tried automating it using the JIRACLI? 

https://bobswift.atlassian.net/wiki/display/JCLI/3.6.0+-+Examples

jira --action addAttachment --issue "ZJIRACLI-3" --file "src/itest/resources/binary.bin"

Suggest an answer

Log in or Sign up to answer