Download Attachments
Download attachments from a Jira issue.
Parameters:
| Parameter | Type | Required | Description |
|---|
issue_key | string | Yes | Jira issue key (e.g., ‘PROJ-123’, ‘ACV2-642’) |
| Example: | | | |
{"issue_key": "PROJ-123"}
Downloads all attachments from the issue. Files larger than 50MB are skipped. Returns base64-encoded content.
Get Issue Images
Get all images attached to a Jira issue as inline image content.
Parameters:
| Parameter | Type | Required | Description |
|---|
issue_key | string | Yes | Jira issue key (e.g., ‘PROJ-123’). Returns image attachments as inline ImageContent for LLM vision. |