jira-ticket-creator

Parse notes, user stories, or lists into structured Jira tickets via REST API.

19|3|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/qa-aman/claude-skills --skill jira-ticket-creator-qa-aman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-ticket-creator
Source: https://github.com/qa-aman/claude-skills/tree/main/skills/shared/jira-ticket-creator
Command: npx skills add https://github.com/qa-aman/claude-skills --skill jira-ticket-creator-qa-aman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parse inputs such as meeting notes, user stories from specs, or free-text lists into structured Jira tickets, ensuring consistency and fast delivery to your backlog.

Core Features & Use Cases

  • Parse input sources (meeting action items, spec-derived user stories, and free-text lists) into Jira tickets with standard fields.
  • Infers ticket type (Bug, Task, Story) and maps fields like Priority, Assignee, Epic, and Sprint, enabling accurate backlog organization.
  • Supports batch creation and creation via Jira REST API, with a review/confirmation step before insertion.
  • Provides an audit trail by logging created tickets and preserving input context for traceability.

Quick Start

Provide your input (meetings, specs, or free-text lists) and run the Jira Ticket Creator to generate Jira tickets.

Frequently Asked Questions about jira-ticket-creator

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

FAQPage Schema
How do I create Jira tickets from meeting notes automatically?

You can create Jira tickets from meeting notes by providing the text to this parser, which identifies action items and maps them into structured issues. It uses the Jira REST API to generate tickets while inferring types, priorities, and assignees.

How does parsing free-text lists into Jira user stories work?

Parsing free-text lists into Jira user stories works by extracting relevant items and mapping them to standard Jira fields. The tool infers the appropriate ticket type, links issues to existing epics, and assigns them to the correct sprint before pushing via the Jira REST API.

Can I batch create Jira tickets from specs without manual entry?

Yes, you can batch create Jira tickets from spec-derived user stories without manual entry. The tool processes multiple items from your input list simultaneously, maps fields like Priority and Assignee, and executes batch creation through the Jira REST API after a review step.

Does the Jira ticket creator support epic linking and sprint assignment?

Yes, the Jira ticket creator supports epic linking and sprint assignment during the parsing process. It automatically resolves and maps these relationships from your input notes or lists, ensuring newly created tickets are properly organized within your project structure.

What is the best way to ensure traceability when converting notes to Jira tickets?

The best way to ensure traceability when converting notes to Jira tickets is to use a tool that provides an audit trail. This Skill logs all created tickets and preserves the original input context, keeping your meeting notes and generated issues linked.

Do I need to review Jira tickets before they are created from my notes?

Yes, you need to review Jira tickets before they are created from your notes. The workflow includes a mandatory review and confirmation step prior to insertion via the Jira REST API, ensuring the inferred types and mapped fields meet your expectations.