jira-issues

Create, read, update, and delete Jira Cloud issues via JiraClient.

10|1|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-issues
Source: https://github.com/01000001-01001110/agent-jira-skills/tree/main/jira-issues
Command: npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually managing Jira issues (creating, updating, deleting, tracking fields) is time-consuming and prone to errors, especially for bulk operations or complex field updates. This skill automates these repetitive tasks, freeing up your time for more strategic work.

Core Features & Use Cases

  • Full CRUD for Issues: Create, read, update, and delete Jira issues (Stories, Tasks, Bugs, Epics).
  • Field & Metadata Management: Update issue fields like summary, description, assignee, labels, and priority.
  • Bulk Operations: Efficiently create multiple issues at once, saving significant manual effort.
  • Use Case: Automatically create a batch of 20 user stories and their associated subtasks for a new feature, then update their assignees and priorities based on team availability, all with a single command.

Quick Start

Use the jira-issues skill to create a new Story in the SCRUM project with the summary "Implement user authentication" and assign it to John Doe.

Frequently Asked Questions about jira-issues

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

FAQPage Schema
How do I automate creating and updating Jira issues?

Automate Jira issue creation and updates by using the jira-issues Skill to create Stories, Tasks, Bugs, or Epics, then update fields like summary, description, assignee, labels, and priority through batch operations. This eliminates manual entry and reduces errors in issue lifecycle management.

Can I bulk create multiple Jira issues at once?

Yes, bulk create multiple Jira issues simultaneously using the bulkCreateIssues function. This saves significant time when provisioning batches of related issues like user stories and subtasks for new features across Jira Cloud projects.

What fields can I update in a Jira issue?

Update issue fields including summary, description, assignee, labels, and priority. The Skill supports field-level updates and metadata handling through typed functions, enabling precise control over issue properties without manual Jira interface interaction.

Do I need to authenticate before automating Jira issues?

Yes, automation requires an authenticated JiraClient connected to your Jira Cloud project. This prerequisite ensures secure, authorized access to create, read, update, and delete issues through the Skill's defined functions.

Can I delete Jira issues programmatically?

Yes, programmatically delete individual Jira issues using the deleteIssue function. Combined with create and update operations, this enables complete issue lifecycle automation from provisioning to cleanup.

What issue types are supported for creation?

Create Stories, Tasks, Bugs, and Epics in Jira Cloud projects. The Skill handles creation, reading, and management of these standard issue types with support for Atlassian Document Format descriptions and associated metadata.