jira issue attachment list¶
- Usage:
jira issue attachment list KEY... [flags]
List attachments on one or more issues. Use it to find attachment IDs before downloading or deleting files.
Jira returns attachments as part of the issue data; the command applies --limit client-side unless --all is set. Multiple issue keys are read with bounded parallelism.
Pagination¶
--all¶
Return every attachment regardless of --limit
--limit <N>¶
Page size (max attachments returned without --all)
Default: 50
Execution¶
-p --parallelism <N>¶
Maximum concurrent requests (1-16)
Default: 1
Examples¶
jira issue attachment list PROJ-123 # (1)!
jira issue attachment list PROJ-123 --all # (2)!
jira issue attachment list PROJ-123 --output=json # (3)!
- List attachments on an issue
- Return every attachment regardless of page size
- List attachments as JSON