What problem does it solve?
This Skill seamlessly imports JIRA tickets (stories, tasks, bugs) into local, actionable story files, supporting both API and web scraping for maximum flexibility. It eliminates manual data entry and ensures traceability between your JIRA backlog and local development workflow.
Core Features & Use Cases
- Flexible Import: Fetches tickets via JIRA API (requiring credentials) or through web scraping (from a JIRA URL or pasted HTML), adapting to your access level.
- Local Story Conversion: Transforms JIRA tickets into a standardized local story format, complete with descriptions, acceptance criteria, tasks, and JIRA context.
- Bulk Import: Supports importing multiple tickets via JQL queries or a list of IDs when using the API.
- Optional Dev Kickoff: Can automatically invoke the
dev skill to start implementation immediately after a ticket is imported.
- Use Case: Import an entire sprint's backlog from JIRA with a single command, converting all tickets into local stories ready for development, saving hours of manual setup.
Quick Start
Import a single JIRA ticket via URL (web scraping)
Skill(command: "jira")
Provide JIRA URL, e.g., "https://your-company.atlassian.net/browse/SMOKE-123"