jira issue attachment¶
- Usage:
jira issue attachment [flags]
List, upload, delete, and download Jira issue attachments. Use this group when working with files attached to issue comments or descriptions.
Upload, delete, and download subcommands each document their own dry-run or force behavior. Attachment binary content is never written to stdout.
Examples¶
jira issue attachment list PROJ-123 # (1)!
jira issue attachment add PROJ-123 ./report.pdf --dry-run # (2)!
jira issue attachment download PROJ-123 10500 --to ./report.pdf # (3)!
- List attachments on an issue
- Preview uploading a file
- Write binary content to a file instead of stdout
Subcommands¶
jira issue attachment add: Upload one or more attachments to an issuejira issue attachment delete: Delete an attachment from an issuejira issue attachment download: Download an attachment from an issuejira issue attachment list: List attachments on an issue