Fetch JIRA issues via REST API and save as minimal extracted JSON. Bypasses MCP tools for maximum data efficiency and token minimization. Use when the user wants to download, fetch, pull, export, or cache JIRA data locally. Triggers on requests to fetch issues, download tasks, export JIRA data, get issues from JIRA, pull sprint/version/project data, cache JIRA issues, dump JIRA to file, or any variation like "give me data from JIRA", "I need issues from...", "pull tasks for sprint X", "get me everything from version Y". Also triggers when the user needs JIRA data saved to a file for offline analysis or for other skills to consume. Does NOT use MCP — calls JIRA REST API v3 directly via Node.js script.
$npx -y skills add mrstroz/claude-code-plugins --skill jira-fetchInstalls into the current project.
Run `npx skills use "https://github.com/mrstroz/claude-code-plugins" --skill "mrstroz/claude-code-plugins/jira-fetch"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mrstroz/claude-code-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/mrstroz/claude-code-plugins"` and select the relevant skills, then follow their instructions.