jira-cloud

Automate Jira Cloud issue creation, updates, comments, transitions, and assignments with confirmation.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Arry8/openclaw-edge --skill jira-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-cloud
Source: https://github.com/Arry8/openclaw-edge/tree/main/extensions/jira-cloud/skills/jira-cloud
Command: npx skills add https://github.com/Arry8/openclaw-edge --skill jira-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira Cloud workflows can be risky to mutate without explicit tool selection and confirmation; this skill provides guardrails and structured steps.

Core Features & Use Cases

  • Safety rules: Never reveal credentials; Always require confirmation before mutations; Validate inputs.
  • Tool selection: Explicit mapping to Jira Cloud actions (healthcheck, list, get, create, comment, assign, transition) to prevent accidental mutations.
  • Use cases: Create issues, update fields, add comments, transition statuses, assign owners, with auditable steps.

Quick Start

Draft a Jira issue with the target projectKey and issueType, then confirm before creating.

Frequently Asked Questions about jira-cloud

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

FAQPage Schema
How do I safely automate Jira Cloud workflows without accidental mutations?

Automating Jira Cloud workflows safely requires explicit tool selection and mandatory user confirmation before executing any state mutations. This approach enforces safety gates and validates inputs to prevent accidental updates to issues, comments, or status transitions.

What is the process for creating a Jira issue with confirmation guardrails?

Creating a Jira issue with confirmation guardrails involves drafting the issue details with the target projectKey and issueType first. The workflow then requires explicit user confirmation before executing the creation mutation in Jira Cloud, ensuring an auditable and validated step.

Do I need a healthcheck validation before updating Jira Cloud issue statuses?

Yes, you need a jira_healthcheck validation before updating Jira Cloud issue statuses. This prerequisite check ensures the environment is ready and safe before the workflow proceeds with transitions, assignments, or any other state mutations.

Can I assign owners and add comments to Jira issues without risking unintended changes?

Yes, you can assign owners and add comments to Jira issues safely by using structured workflows that map explicitly to Jira Cloud actions. These workflows apply safety rules and require explicit user confirmation before applying any mutations to the issue state.

What are the limitations of automating Jira project management tasks without safety gates?

Automating Jira project management tasks without safety gates risks accidental mutations and unintended state changes. Without explicit tool selection and input validation, workflows lack the necessary confirmation steps to prevent unauthorized or incorrect updates to issues.