ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

jira

Jira API integration with managed OAuth. Search issues with JQL, create and update issues, manage projects and transitions. Use this skill when users want to interact with Jira issues, projects, or workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Why use this skill?

Seamlessly connect OpenClaw AI to your Jira Cloud projects. Manage issues, run JQL searches, and automate your team's workflow using secure managed OAuth.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/thiagoruss0/jirayb4nt
Or

What This Skill Does

The Jira skill allows OpenClaw AI agents to interface directly with Atlassian Jira Cloud instances using managed OAuth authentication. By acting as a secure proxy through the Maton gateway, this skill abstracts the complexity of token management while providing full read/write access to Jira entities. It enables agents to search for tickets using JQL, create new issues, transition workflows, and query project metadata without the user needing to handle manual API secrets or complex OAuth handshakes.

Installation

Before deploying the skill, ensure you have the OpenClawCLI installed (https://openclawcli.forum/). To install the skill directly into your agent, run the following command in your terminal:

clawhub install openclaw/skills/skills/thiagoruss0/jirayb4nt

Once installed, you must authenticate by setting your MATON_API_KEY as an environment variable. Ensure your Jira connection is active by visiting https://ctrl.maton.ai to authorize your Atlassian account. You will also need to retrieve your Cloud ID using the /jira/oauth/token/accessible-resources endpoint before executing operations against specific projects.

Use Cases

This skill is designed for engineering and project management automation. Common use cases include: 1) Automatically triaging incoming support requests into Jira tickets. 2) Updating issue statuses based on pull request events or build pipeline failures. 3) Aggregating JQL search results into executive summaries. 4) Scaling agile teams by offloading repetitive task creation and status reporting to the AI agent.

Example Prompts

  1. "Search for all high-priority issues assigned to me in the 'DEV' project and summarize their current status."
  2. "Create a new bug report in the 'SUPPORT' project with the summary 'System timeout on login' and set the priority to Critical."
  3. "Transition the status of issue PROJ-123 from 'In Progress' to 'Ready for QA' and add a comment indicating that the unit tests passed."

Tips & Limitations

  • Always use the Cloud ID retrieved from the /accessible-resources endpoint; hardcoding URLs may lead to connection failures.
  • The skill requires an active internet connection to communicate with the Maton gateway.
  • Ensure your Jira user permissions allow for the actions requested by the agent, as the agent operates within the scope of your authenticated OAuth connection.
  • For non-Jira third-party app integrations, please use the api-gateway skill to maintain proper architectural separation.

Metadata

Stars946
Views1
Updated2026-02-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-thiagoruss0-jirayb4nt": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#jira#project-management#atlassian#automation#task-tracking
Safety Score: 4/5

Flags: network-access, external-api