jira-issues

Create, update, and track Jira issues via the REST API.

1.1k|129|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/skillcreatorai/Ai-Agent-Skills --skill jira-issues-skillcreatorai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-issues
Source: https://github.com/skillcreatorai/Ai-Agent-Skills/tree/main/skills/jira-issues
Command: npx skills add https://github.com/skillcreatorai/Ai-Agent-Skills --skill jira-issues-skillcreatorai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira is often used manually to create, update, and track issues, leading to fragmented context switching and slower workflows. This skill enables natural-language control over Jira, reducing manual steps and accelerating issue management.

Core Features & Use Cases

  • Create issues from natural language with standard fields (project, issue type, summary, description).
  • Update statuses, add comments, and perform common backlog maintenance across projects using conversational prompts.
  • Quick example: "Log a bug in PROJ for the login failure and set priority to High" to auto-create and assign follow-ups.

Quick Start

Create a new Jira issue in PROJ for a reported bug.

Frequently Asked Questions about jira-issues

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

FAQPage Schema
How do I create Jira issues using natural language instead of the web interface?

You can create Jira issues from natural language by providing standard fields like project, issue type, summary, and description. The skill parses conversational prompts and uses the Jira REST API to auto-create issues.

Can I update Jira issue statuses and add comments through a conversational prompt?

Yes, you can update Jira issue statuses, add comments, and perform backlog maintenance across projects using conversational prompts mapped to Jira REST API endpoints.

Do I need a Jira API token to manage issues with natural language?

Yes, managing Jira issues with natural language requires a Jira API token for authentication with the Jira REST API endpoints to securely create and update issues.

What's the best way to log a bug in Jira and set priority to High from chat?

You can log a bug and set priority by typing a prompt like 'Log a bug in PROJ for the login failure and set priority to High'. The skill maps this to the correct project and fields automatically.

Does this natural language Jira automation support configuring custom projects and issue types?

Yes, it supports basic configuration to map projects, issue types, and fields, allowing natural language prompts to accurately target specific Jira project requirements.