Skip to content

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)!
  1. List attachments on an issue
  2. Preview uploading a file
  3. Write binary content to a file instead of stdout

Subcommands