Loading...
Loading...
Fetch Jira ticket details from Jira Cloud and prepare for PRD planning. Use when user asks to fetch, load, or work on a Jira issue (e.g., 'Fetch JIRA-123', 'Load issue XYZ-456', 'I'm working on ticket ABC', 'Get details for PROJ-789'). This skill retrieves ticket link, ID, title, and description, then triggers PRD skill to create an implementation plan based on the ticket context.
npx skill4agent add wireless25/agentic-coding jira-fetcherJIRA_API_TOKENJIRA_EMAILJIRA_SITE_URLhttps://sozialinfo.atlassian.netpython3 scripts/fetch_jira_ticket.py <ticket-key>keylinktitledescription## Jira Ticket: {key}
**Link:** {link}
**Title:** {title}
**Description:**
{description}Based on this ticket, what is the primary goal?
A. [Option based on ticket]
B. [Option based on ticket]
C. [Option based on ticket]
D. Other: [please specify]python3 scripts/fetch_jira_ticket.py JIRA-123