jira_get_attachment
Retrieve Jira attachment metadata and optionally download content as base64, including image previews.
Instructions
Fetch Jira attachment metadata and optionally include attachment content. When includeContent is true, raw attachment bytes are returned as base64 in the JSON payload; image attachments also include MCP image preview content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attachmentId | Yes | Jira attachment id | |
| includeContent | No | When true, download the attachment content and return raw bytes as base64 in contentBase64. Defaults to false. |