Jira Ops OpenClaw Skill

Retrieve, analyze, and update Jira tickets directly. Supports MCP-based (recommended) and direct REST API approaches. Trigger phrases: fetch Jira ticket, upd...

v1.0.0 Recently Updated Updated 6 days ago

Installation

clawhub install jira-ops

Requires npm i -g clawhub

56

Downloads

0

Stars

0

current installs

0 all-time

1

Versions

EU EU-Hosted Inference API

Power your OpenClaw skills with the best open-source models.

Drop-in OpenAI-compatible API. No data leaves Europe.

Explore Inference API

GLM

GLM 5

$1.00 / $3.20

per M tokens

Kimi

Kimi K2.5

$0.60 / $2.80

per M tokens

MiniMax

MiniMax M2.5

$0.30 / $1.20

per M tokens

Qwen

Qwen3.5 122B

$0.40 / $3.00

per M tokens

Jira Integration

Retrieve, analyze, and update Jira tickets with MCP or direct REST API.

When to Activate

  • Fetching ticket requirements and acceptance criteria
  • Adding progress comments or status updates
  • Transitioning ticket status (To Do → In Progress → Done)
  • Searching for issues via JQL queries
  • Linking PRs or branches to tickets

Setup

Option A: MCP Server (Recommended)

Install mcp-atlassian via uvx:

{
  "jira": {
    "command": "uvx",
    "args": ["mcp-atlassian==0.21.0"],
    "env": {
      "JIRA_URL": "https://YOUR_ORG.atlassian.net",
      "JIRA_EMAIL": "your.email@example.com",
      "JIRA_API_TOKEN": "your-api-token"
    }
  }
}

Get your API token: https://id.atlassian.com/manage-profile/security/api-tokens

Option B: Direct REST API

Set these environment variables:

  • JIRA_URL — Jira instance URL
  • JIRA_EMAIL — Your account email
  • JIRA_API_TOKEN — API token (never hardcode)

MCP Tools

With mcp-atlassian configured:

  • jira_search — JQL queries
  • jira_get_issue — Fetch issue details
  • jira_create_issue — Create new issues
  • jira_update_issue — Update fields
  • jira_transition_issue — Change status
  • jira_add_comment — Add comments
  • jira_get_transitions — List available transitions

Analyzing Tickets

Extract from tickets:

  • Functional requirements — What needs to be built
  • Acceptance criteria — Testable conditions
  • Test types — Unit, integration, E2E
  • Edge cases — Error scenarios, boundary conditions
  • Dependencies — Linked issues, APIs, systems

Updating Tickets

Workflow Jira Action
Start work Transition to "In Progress" + comment branch name
Tests done Comment with test coverage summary
PR created Comment with link, transition if needed
Merged Transition to "Done"

Security

  • Never hardcode API tokens
  • Use environment variables or secrets manager
  • Add .env to .gitignore
  • Rotate tokens if exposed
  • Use least-privilege scopes

Statistics

Downloads 56
Stars 0
Current installs 0
All-time installs 0
Versions 1
Comments 0
Created Apr 5, 2026
Updated Apr 5, 2026

Latest Changes

v1.0.0 · Apr 5, 2026

Initial release. Jira ticket retrieval, analysis, and updates via MCP or REST API. Adapted from everything-claude-code by @affaan-m (MIT)

Quick Install

clawhub install jira-ops
EU Made in Europe

Chat with 100+ AI Models in one App.

Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.

Customer Support