jira_add_attachment
Upload a file attachment to a Jira issue by providing the issue key, filename, and base64-encoded content. Optionally specify MIME type.
Instructions
Upload a file attachment to a Jira issue using base64-encoded content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Filename to store in Jira | |
| issueKey | Yes | Jira issue key, for example ABC-123 | |
| mimeType | No | Optional MIME type, for example image/png | |
| contentBase64 | Yes | Base64-encoded file content |