jira-control

Create, comment on, and transition Jira issues via the Cloud REST API.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/jawsbaek/openclaw-agent-configs --skill jira-control
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: jira-control
Source: https://github.com/jawsbaek/openclaw-agent-configs/tree/main/skills/jira-control
Command: npx skills add https://github.com/jawsbaek/openclaw-agent-configs --skill jira-control

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines Jira issue management by providing a command-line interface for creating, updating, and tracking issues, directly integrating with your development workflow.

Core Features & Use Cases

  • Issue Creation: Quickly create new Jira tickets with detailed descriptions and severity.
  • Comment Addition: Add context and updates to existing issues.
  • Status Transition: Move issues through their lifecycle (e.g., To Do, In Progress, Done).
  • Use Case: When an alert indicates a critical bug, use this Skill to immediately create a Jira ticket, assign it, and add initial diagnostic information.

Quick Start

Use the jira-control skill to create a new bug ticket with the title "Investigate high 5xx errors" and description "5xx errors surged after 13:10 KST, suspecting productcatalog integration delay based on traces."

Frequently Asked Questions about jira-control

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

FAQPage Schema
How do I automatically create Jira issues from command-line alerts?โ–ผ

To automatically create Jira issues, you use a command-line interface that calls the Jira Cloud REST API to generate new tickets with titles, descriptions, and severity levels directly from your workflow.

Can I transition Jira issue statuses using API integration scripts?โ–ผ

Yes, you can transition Jira issue statuses using API integration scripts that move issues through their lifecycle stages, such as from To Do to In Progress and Done, via the Jira Cloud REST API.

What environment variables do I need to manage Jira bug tracking via an agent?โ–ผ

To manage Jira bug tracking via an autonomous agent, you need to set environment variables for your Jira site URL, your account email, and your API token to authenticate REST API requests.

How do I add diagnostic comments to existing Jira tickets during ops monitoring?โ–ผ

You add diagnostic comments to existing Jira tickets by utilizing the issue commenting function within the API integration, which appends contextual updates and diagnostic information to the specified issue.

What is the best way to integrate Jira issue management into DevOps workflow automation?โ–ผ

The best way to integrate Jira issue management into DevOps workflow automation is using a local skill that controls issues via the REST API, enabling immediate ticket creation and updates during critical alerts.