jira_get_issue_with_images
Fetch a Jira issue and include its image attachments as MCP image content. Specify the issue key and optionally limit the number of images.
Instructions
Fetch a Jira issue with attachment metadata and include screenshot/image attachments as MCP image content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | Jira issue key, for example ABC-123 | |
| maxImages | No | Maximum number of image attachments to include. Defaults to 5, max 10. | |
| includeImageData | No | When true, download image attachments and return them as MCP image content. Defaults to true. |