list_attachments
Fetch all attachments for an issue by providing its key. Display file details as formatted text or raw JSON.
Instructions
List attachments of an issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Issue key (e.g. "DEV-123") | |
| output_format | No | Response format: "text" (default, markdown) or "json" | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |