create-jira-issue

Creates Jira issues from conversation context using Atlassian MCP tools.

Updated Jul 22, 2026
One-click install
npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill create-jira-issue-trigent-software-pvt-ltd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-jira-issue
Source: https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc/tree/main/plugins/issues/skills/create-jira-issue
Command: npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill create-jira-issue-trigent-software-pvt-ltd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually creating Jira tickets interrupts development flow and requires switching between tools, copying context, and formatting descriptions by hand. ## Core Features & Use Cases - Context-Driven Issue Creation: Builds a Jira issue directly from the current conversation or a provided description, including relevant code references. - Guided Project and Type Selection: Discovers accessible Jira projects and issue types via the Atlassian MCP server, prompting the user when information is missing. - Structured Output: Produces concise summaries and Markdown-formatted descriptions, then returns the created issue key and URL. - Use Case: While reviewing code, you spot a defect and ask the assistant to file it; the skill creates a Bug ticket in the right project with file paths and line numbers included. ## Quick Start Ask the assistant to create a Jira issue describing the problem, for example: create a Jira bug for the null pointer exception in the authentication module.

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 issue from Claude Code?

Invoke the create-jira-issue skill with a description of the issue. It uses the Atlassian MCP server to find your Jira cloud instance, list projects, and create the issue with a summary and Markdown description.

What Jira issue types can I create with this skill?

The skill supports any issue type available in the selected project, retrieved via getJiraProjectIssueTypesMetadata. It defaults to Task but selects Bug for defects or Story for features based on context.

Does this skill work with any Jira Cloud instance?

It works with Jira Cloud instances accessible through the configured Atlassian MCP server. The skill calls getAccessibleAtlassianResources to discover the cloud ID, so your Atlassian account must be connected via MCP first.

What happens if I don't specify a Jira project?

The skill lists all visible Jira projects using getVisibleJiraProjects and asks you to select one. It asks for missing required information rather than guessing, ensuring the issue lands in the correct project.

Why does Jira issue creation fail with permission errors?

Failures typically occur when the Atlassian MCP connection lacks permission to create issues in the target project. Verify your Atlassian account has create-issue permissions for that project and that the MCP server is authenticated.