Jira Download Attachments banner
nmoinvaz nmoinvaz

Jira Download Attachments

Development community

Description

--- name: jira-download-attachments description: Download all attachments and inline media from a Jira ticket argument-hint: "<Jira URL or issue key> [output-dir]" allowed-tools: Bash, Read --- Download all attachments and inline media from a Jira ticket: $ARGUMENTS ## Arguments - `$1`: A Jira URL (e.g., `https://company.atlassian.net/browse/PROJ-123`) or a Jira issue key (e.g., `PROJ-123`). - `$2` (optional): Output directory. Defaults to `/tmp/<issue-key>`. ## Prerequisites Use `acli` for

Installation

Installs to ~/.claude/skills/nmoinvaz-speedy-gonzales-jira-download-attachments/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nmoinvaz-speedy-gonzales-jira-download-attachments && curl -fsSL https://raw.githubusercontent.com/nmoinvaz/speedy-gonzales/HEAD/commands/jira-download-attachments.md -o ~/.claude/skills/nmoinvaz-speedy-gonzales-jira-download-attachments/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository