jira_download_all_attachments
Downloads all attachments from a Jira issue in a single call. Filter by MIME type to get only specific files, such as images, with content returned inline.
Instructions
Download all attachments from a Jira issue in a single call. Optionally filter by MIME type (e.g. "image/" for images only). Returns all files with their content inline. Use this instead of multiple jira_download_attachment calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Jira issue key (e.g. AT-123) | |
| mime_filter | No | Filter by MIME type prefix (e.g. "image/" for images only, "text/" for text files) | |
| response_format | No | Output format (default markdown) |