jira-create-issue

Create and edit Jira issues from natural-language prompts with preview confirmation.

9|Updated Dec 21, 2016
One-click install
npx skills add https://github.com/ysoftman/myenv --skill jira-create-issue-ysoftman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-create-issue
Source: https://github.com/ysoftman/myenv/tree/main/.claude/skills/jira-create-issue
Command: npx skills add https://github.com/ysoftman/myenv --skill jira-create-issue-ysoftman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira issue creation and editing is automated, enabling teams to capture user intents and convert them into Jira tickets across boards the user can access.

Core Features & Use Cases

  • Create or edit Jira issues based on natural language prompts.
  • Pre-flight previews to confirm details before creation, with project inference when not explicitly provided.
  • Support for visible Jira projects, English-titled subject lines and Korean descriptions, with safe fallbacks when data is incomplete.

Quick Start

Ask to create or edit a Jira issue and I will guide you through selecting a project, drafting an English title and Korean body, and confirming before creation.

Frequently Asked Questions about jira-create-issue

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

FAQPage Schema
How do I create Jira issues from natural language prompts?

Creating Jira issues from natural language prompts requires mapping your intent to a specific issue type and project. This Skill automates that by inferring project context, drafting the ticket, and guiding a preview-confirm workflow before making API calls.

Can I edit existing Jira tickets using natural language?

Editing existing Jira tickets using natural language is supported. The Skill maps your prompt to the target issue, generates a preview of the proposed changes, and enforces a confirmation step before issuing the update to the API.

Does this Jira automation tool work with all my accessible projects?

This Jira automation tool operates across accessible Jira projects by checking MCP connectivity and project visibility. It uses safe fallbacks and reports errors when data is incomplete or if access is restricted.

What is the best way to automate Jira issue creation without manual field mapping?

Automating Jira issue creation without manual field mapping is achieved by inferring project context from your prompt. The Skill generates an English-titled subject line and Korean description, then provides a pre-flight preview for confirmation.

Why does my Jira issue creation fail when project context is missing?

Jira issue creation can fail or fall back to safe defaults when project context is missing or data is incomplete. The Skill handles this by checking MCP connectivity, verifying project visibility, and reporting errors before attempting API calls.