Jira Workflow for Openclaw

A comprehensive integration for managing Jira Cloud projects, issues, and workflows via a secure MorphixAI proxy.

paul-leo
v0.1.1
Mar 6, 2026
0
1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install jira-workflow

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install jira-workflow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Jira Workflow?

The Jira Workflow skill provides a robust interface for AI agents to interact with Jira Cloud. It simplifies the complexity of the Jira API by routing requests through MorphixAI, which handles secure authentication and OAuth token management. This allows developers to focus on automating their project management tasks without worrying about the underlying credential logic.

By integrating this skill into your environment, you empower your agent to perform a wide range of actions including searching for issues using JQL, updating task statuses, and creating rich-text comments. As a core component of the Openclaw Skills ecosystem, it ensures that your project tracking is as agile as your development process.

Jira Workflow Use Cases

  • Automating daily standup updates by retrieving all active issues assigned to a specific user.
  • Streamlining the bug-reporting process by creating Jira issues directly from terminal logs or agent observations.
  • Synchronizing development progress by automatically transitioning issues to In Progress or Done.
  • Enhancing team communication by appending technical notes and Markdown-formatted documentation to existing tasks.

How Jira Workflow Works

  1. The user provides a MorphixAI API key to establish a secure communication channel.
  2. The Openclaw Skills agent uses the mx_jira tool to send structured commands to the MorphixAI proxy.
  3. The proxy interacts with the Jira Cloud API v3 using the linked Atlassian account.
  4. Input Markdown content is automatically converted into the Atlassian Document Format (ADF) for seamless rendering in Jira.
  5. The tool returns structured JSON data back to the agent for further processing or reporting.

Jira Workflow Setup

To get started with this skill, follow these installation steps:

# 1. Install the required MorphixAI plugin
openclaw plugins install openclaw-morphixai

# 2. Set your API Key in your environment
export MORPHIXAI_API_KEY="mk_your_key_here"

# 3. Link your Jira account via the dashboard or CLI
# Visit https://morphix.app/connections or run:
mx_link app: jira

Jira Workflow Data Schema & Taxonomy

The Jira Workflow skill processes data using several key parameters to ensure precision in project management:

Parameter Type Description
action String The operation to execute (e.g., list_projects, create_issue, search_issues).
issue_key String The project-specific identifier for a task (e.g., DEV-456).
jql String Advanced Jira Query Language string for filtered searches.
fields Object A map of Jira field IDs to values for updates or creation.
target_status String The human-readable name of the transition status (e.g., Done).

Jira Workflow Advanced Features

  • Automatic Markdown to ADF Conversion: Write in natural Markdown and let the skill handle Jira's complex document formatting.
  • Intelligent Status Transitions: Move issues between columns by name without needing to find internal transition IDs.
  • JQL Validation: Ensures queries contain necessary project constraints to prevent broad, unoptimized API calls.
  • Secure Proxy Architecture: Eliminates the need to store sensitive Atlassian credentials locally within your Openclaw Skills configuration.
  • Comment Threading: Easily append detailed technical reviews or progress logs to any issue with high-fidelity formatting.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*