What problem does it solve?
Streamlines and standardizes the creation of Jira issues in the MYK project by ensuring all required custom fields and structured data are collected before ticket creation, reducing errors and back-and-forth clarification.
Core Features & Use Cases
- Guided data collection: Checklist-driven prompts to gather summary, issue type, assignee, assignee team, problem statement, requirements, and epic link when applicable.
- Templates and field mapping: Predefined JSON templates for Task, Bug, and Story that map inputs to MYK-specific customfield IDs.
- Validation and structured output: Validates summary clarity and assignee email domain, then calls the configured MCP Jira create action and returns a machine-readable JSON block with the ticket ID and URL.
- Use case: Report a production bug or log a new feature request with all acceptance criteria and custom fields filled for direct consumption by engineering and product teams.
Quick Start
Create a Jira ticket in the MYK project with summary "Login fails on mobile", issue type Bug, assignee [email protected], assignee team Platform, a concise problem statement, and acceptance criteria so the skill can create the ticket and return its ID.