Skip to content

Instantly share code, notes, and snippets.

View omegadrh's full-sized avatar

David R. Hedges omegadrh

View GitHub Profile
@omegadrh
omegadrh / downloadbykey.sh
Last active February 9, 2023 17:00 — forked from darryllee/downloadbykey.sh
Download Jira Cloud Attachments into directories named after issue keys
#!/bin/bash
# Minor update to https://gist.github.com/darryllee/22ea98ccf639c303813a3ad4a2ad3480 ,
# which is in turn a minor update to https://bitbucket.org/snippets/atlassiansupportprojects/nedyBb/download-files-attached-to-the-issues
# * Gets issue key in addition to download URL
# * Downloads attachments into directories created for each issue key
# * Maintains original filenames
#
# Usage:
# chmod u+x ./downloadbykey.sh
# ./downloadbykey.sh