jira_attachment_images
Download image attachments from a JIRA issue to a local directory. Returns YAML metadata for each downloaded file.
Instructions
Download image attachments (PNG, JPEG, GIF, SVG, WebP) on a JIRA issue to disk. Returns YAML metadata for each downloaded image. If output_dir is omitted, files are written to a fresh temp directory. Mirrors omni-dev atlassian jira attachment images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | JIRA issue key (e.g., `PROJ-123`). | |
| output_dir | No | Output directory. Defaults to a fresh temp directory. |