Skip to main content

Download Attachments

Download attachments from a Jira issue. Parameters:
ParameterTypeRequiredDescription
issue_keystringYesJira 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:
ParameterTypeRequiredDescription
issue_keystringYesJira issue key (e.g., ‘PROJ-123’). Returns image attachments as inline ImageContent for LLM vision.