jira-issue

Automate Jira issue CRUD via REST API with local scripts.

15|6|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/CloudChef/atlasclaw-providers --skill jira-issue-cloudchef
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-issue
Source: https://github.com/CloudChef/atlasclaw-providers/tree/main/providers/jira/skills/jira-issue
Command: npx skills add https://github.com/CloudChef/atlasclaw-providers --skill jira-issue-cloudchef

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, pydantic_ai, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Jira issue CRUD operations are automated through a Jira REST API-enabled skill, reducing manual overhead and ensuring consistency.

Core Features & Use Cases

  • Create, read, update, and delete Jira issues via script-based orchestration.
  • Auto-detect target project and fill required fields (components, priority) as needed.
  • Use cases include incident tracking, task management, and bug reporting tied to Jira projects.

Quick Start

Provide a summary and description, then run the skill to create the issue.

Frequently Asked Questions about jira-issue

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

FAQPage Schema
How do I automate Jira issue CRUD operations via REST API?

Automate Jira issue CRUD by running script-based orchestration that sends REST API requests to create, retrieve, update, and delete issues. You provide a summary and description, and the skill handles the REST calls.

How does auto-detection of target Jira project and required fields work?

Auto-detection identifies the target Jira project from your input context and automatically fills required fields such as components and priority. This ensures issues are created with mandatory metadata without manual lookup.

Do I need to configure Jira connection details before creating issues?

Yes, you need to configure Jira connection details in an atlasclaw.json file. This setup provides the credentials and endpoint information required for the REST API client utilities to authenticate and manage issues.

Can I use Jira REST API automation for incident tracking and bug reporting?

Jira REST API automation supports incident tracking, task management, and bug reporting tied to Jira projects. It orchestrates issue creation and updates across projects, reducing manual overhead and ensuring consistency.

What's the best way to manage Jira issues across multiple projects with REST API scripts?

Use script-based orchestration to manage Jira issues across multiple projects. The approach auto-detects the target project and fills required fields, ensuring consistent CRUD operations via the REST API without manual project switching.

Are there limitations to deleting Jira issues through REST API automation?

Deleting Jira issues through REST API automation depends on Jira project permissions and REST API rate limits. The skill handles the delete request, but your Jira account must have the necessary administrative rights for deletion to succeed.