create-jira-issue

Create Jira bug or task issues in the AP project backlog.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/seanwachs/cursor-skills --skill create-jira-issue-seanwachs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-jira-issue
Source: https://github.com/seanwachs/cursor-skills/tree/main/.agents/skills/create-jira-issue
Command: npx skills add https://github.com/seanwachs/cursor-skills --skill create-jira-issue-seanwachs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create Jira bugs or tasks in the AP project backlog using the Atlassian MCP. Optionally assigns to the current or a named sprint. Use when the user wants to file a bug, create a task, report an issue, log a defect, or add a ticket.

Core Features & Use Cases

  • Automates Jira issue creation in the AP backlog from user input, classifying the issue as Bug or Task based on user intent.
  • Optional sprint assignment to the current or a named sprint during creation to align with planning.
  • Guided workflow to collect a concise summary and optional description before issuing the create command.

Quick Start

Provide a concise summary and optional description, select the issue type (Bug or Task), and request the Jira ticket to be created in AP.

Frequently Asked Questions about create-jira-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Jira ticket from a conversation using the Atlassian MCP?

You can create a Jira issue by providing a summary, optional description, cloudId, projectKey, and issueTypeName to the Atlassian MCP, which then files the ticket directly into the AP project backlog from your conversation context.

Can I assign a Jira issue to a specific sprint when filing a bug?

Yes, sprint assignment is optional during Jira issue creation. You can specify either the current sprint or a named sprint, and the ticket will be assigned to that sprint immediately upon creation in the AP project backlog.

What information do I need to provide to log a defect in the AP backlog?

Logging a defect requires the Atlassian MCP cloudId, projectKey, issueTypeName, and a concise summary. An optional description can be added to provide more context before the issue is created in the AP project backlog.

Does this Jira automation support issue types other than bugs and tasks?

No, this automation currently supports only Bug and Task issue types for the AP project backlog. It classifies the new issue as a Bug or Task based on your intent when filing the ticket.

What is the best way to automate Jira backlog creation from user input?

Automating Jira backlog creation is best done through the Atlassian MCP, which processes user input directly to classify the issue as a Bug or Task and generate the ticket in the AP project backlog without manual data entry.