> ## Documentation Index
> Fetch the complete documentation index at: https://mcp-atlassian.soomiles.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Jira Attachments

> Download attachments and render issue images

### 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:** |          |          |                                               |

```json theme={null}
{"issue_key": "PROJ-123"}
```

<Tip>
  Downloads all attachments from the issue. Files larger than 50MB are skipped. Returns base64-encoded content.
</Tip>

***

### 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. |

***
