jira_attachment_images
Downloads image attachments from a specified JIRA issue to disk, returning YAML metadata for each. Optionally provide an output directory.
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. |