Summary
The jira issue attachments and jira issue attachment download commands seem to be missing from the CLI, even though they are documented.
Expected behavior
The following commands can be used to list and download attachments of Jira issues:
# List attachments on an issue
atlcli jira issue attachments PROJ-123
# Download an attachment by ID
atlcli jira issue attachment download 10001 -o ./downloads/
# Download by issue key + filename
atlcli jira issue attachment download PROJ-123 screenshot.png -o ./downloads/
The existing atlcli jira issue attach (upload) works fine.
References
Docs: https://atlcli.sh/jira/attachments/
Summary
The
jira issue attachmentsandjira issue attachment downloadcommands seem to be missing from the CLI, even though they are documented.Expected behavior
The following commands can be used to list and download attachments of Jira issues:
The existing atlcli jira issue attach (upload) works fine.
References
Docs: https://atlcli.sh/jira/attachments/