jira_add_comment_with_attachment
Upload a file attachment to a Jira issue and add a comment that references it, with optional inline image markup.
Instructions
Upload an attachment to a Jira issue and then post a comment that references it, with optional inline image markup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Comment body to post after the attachment upload | |
| 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 | |
| embedInline | No | When true, add Jira wiki-style inline image markup for image attachments. Defaults to true. | |
| contentBase64 | Yes | Base64-encoded file content |