jira_attachment
Upload local files as attachments to Jira issues, retrieve attachment metadata, or delete attachments. Use streaming downloader to download file bytes.
Instructions
Add, inspect, or delete attachments. add uploads local file(s) by path (server reads the bytes — never pass contents). To download bytes, use the streaming downloader (returns a local path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIdOrKey | No | Issue key or id to attach the file(s) to. | |
| filePath | No | Local filesystem path(s) to upload. The server reads the bytes; do not pass file contents. | |
| attachmentId | No | ||
| action | Yes | ||
| full | No | If true, skip the summary projection and return the raw Jira API response. |