jira

Automate Jira issue creation, search, transitions, and comments via API.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/s-k-y-h-i-g-h/OpenState --skill jira-s-k-y-h-i-g-h
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/s-k-y-h-i-g-h/OpenState/tree/main/skills/clawdbot-jira-skill
Command: npx skills add https://github.com/s-k-y-h-i-g-h/OpenState --skill jira-s-k-y-h-i-g-h

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies and automates the management of Jira issues, enabling quick issue tracking and updates.

Core Features & Use Cases

  • Issue Search and Retrieval: Find and review Jira issues by keywords or key references.
  • Issue Status Transition: Change issue states efficiently, such as moving from 'To Do' to 'In Progress'.
  • Use Case: A project manager can quickly update multiple issues' statuses or add comments during daily stand-ups with natural language commands.

Quick Start

Use the Jira skill to create a new issue titled 'Update login page' with a description of the needed changes.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I automate Jira issue tracking and status transitions for my project?

You can automate Jira issue tracking by using scripting operations to search, retrieve, and transition issue states. This approach handles complex workflows and validations seamlessly, moving issues from 'To Do' to 'In Progress' efficiently.

Can I use natural language commands to update Jira issues during daily stand-ups?

Yes, you can use natural language commands to update Jira issues during stand-ups. This allows project managers to quickly change multiple issue statuses or add comments without navigating the full Jira interface.

Do I need curl and jq installed to manage Jira workflows via API integration?

Yes, you need curl and jq installed to manage Jira workflows via API integration. These tools handle the scripting operations required for secure API access and issue management, alongside Python.

What's the best way to search for Jira issues by keywords across specified projects?

The best way to search for Jira issues by keywords is using the skill's issue search and retrieval functionality. It finds and reviews issues across specified projects by keywords or key references automatically.

How do I securely handle Jira API access when automating project management tasks?

You handle Jira API access securely by configuring environment variables for authentication. This method protects credentials during scripting operations for issue tracking, status updates, and comment management.

Can I create a new Jira issue with a specific title and description through automation?

Yes, you can create a new Jira issue with a specific title and description through automation. The skill supports creating issues directly, such as generating a task titled 'Update login page' with needed changes.