jira-issue-creator

Create Jira issues from user requests via connectors or REST API.

12|5|Updated Jan 14, 2025
One-click install
npx skills add https://github.com/MoonLadderStudios/MoonMind --skill jira-issue-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-issue-creator
Source: https://github.com/MoonLadderStudios/MoonMind/tree/main/.agents/skills/jira-issue-creator
Command: npx skills add https://github.com/MoonLadderStudios/MoonMind --skill jira-issue-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create Jira issues from user requests with field validation, text composition, and safe creation via connectors or REST API, returning issue links or identifiers.

Core Features & Use Cases

  • Create Jira Task, Story, Bug, or Sub-task from natural language requests with required fields and authentication.
  • Validate fields, compose issue descriptions, and use available Jira connectors or the REST API to create issues across Jira projects.
  • Example: a user asks to open a bug in a project with specific summary; the skill creates the issue and returns the issue URL.

Quick Start

Provide a Jira project key, issue type, and a summary, and the skill will create the issue via a connector or Jira REST API.

Frequently Asked Questions about jira-issue-creator

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

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

To create Jira issues from natural language, provide a Jira project key, issue type, and summary, and the skill validates required fields, composes descriptions, and creates the issue via a connector or REST API, returning the issue URL.

What Jira issue types can I automate creating with validation?

You can automate creating Jira Task, Story, Bug, or Sub-task issue types with validation. The skill validates required fields, composes issue descriptions, and creates them via a Jira connector or the REST API.

Do I need a Jira connector or REST API credentials to create issues automatically?

Yes, creating Jira issues automatically requires either a Jira connector or REST API credentials, along with a Jira project key, issue type, and summary to validate field availability and permissions before creation.

Does Jira issue creation validate required fields and permissions before creating tickets?

Yes, Jira issue creation validates required fields, field availability, and permissions before creating tickets, ensuring the project key, issue type, summary, and credentials are correct and authorized via the connector or REST API.

What's the best way to open a Jira bug from a natural language request?

The best way to open a Jira bug from a natural language request is to provide the project key, specify Bug as the issue type, and supply a summary; the skill validates fields, composes the description, and creates the issue via the REST API or connector.

Can I use per-story breakdown inputs to create multiple Jira issues at once?

Yes, you can use per-story breakdown inputs from moonspec-breakdown to create multiple Jira issues, as the skill supports per-story breakdown inputs and validates required fields for each issue before creating them via the connector or REST API.