jtk attachments
The attachments command group manages issue attachments. Aliases: attachment, att.
jtk attachments list
Section titled “jtk attachments list”List attachments on an issue.
jtk attachments list PROJ-123jtk attachments list PROJ-123 --jsonArguments:
| Argument | Description |
|---|---|
issue-key | Jira issue key (required) |
Example output:
ID Filename Size Author Created10001 screenshot.png 245 KB Jane Doe 2025-01-14 09:3010002 error-log.txt 12 KB Bob Smith 2025-01-14 14:00
Showing 2 of 2 resultsjtk attachments download
Section titled “jtk attachments download”Download an attachment by ID.
jtk attachments download 10001jtk attachments download 10001 --output ./downloads/screenshot.pngArguments:
| Argument | Description |
|---|---|
attachment-id | Attachment ID (required) |
Flags:
| Flag | Short | Default | Description |
|---|---|---|---|
--output | -o | current directory | File path to save the downloaded attachment |