What problem does it solve? Setting up and maintaining Jira projects requires deep knowledge of workflows, JQL syntax, automation rules, and permission schemes, which slows down teams that lack a dedicated Jira administrator. ## Core Features & Use Cases - Project & Workflow Configuration: Create Scrum or Kanban projects, design custom workflows with validators and post-functions, and configure issue types, screens, and permission schemes. - JQL Query Building: Write advanced JQL for sprint tracking, stale issue detection, velocity reporting, and cross-project epic tracking using functions like openSprints() and membersOf(). - Automation & Reporting: Design automation rules for auto-assignment, SLA escalation, and sprint transitions, plus build dashboards with burndown, velocity, and filter gadgets. - Use Case: A Scrum Master needs a board filter showing only the team's open sprint work ordered by priority. The Skill produces the JQL sprint IN openSprints() AND assignee IN membersOf("engineering-team") AND status != Done and configures the board. ## Quick Start Ask the agent to create a Jira project with a custom workflow and write a JQL query that finds all overdue high-priority bugs assigned to your team.