jira

Community

Jira Cloud REST & JQL automation.

Author89jobrien
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill enables programmatic Jira Cloud interaction via REST API v3 and JQL, enabling issue management, searches, and updates without relying on the UI.

Core Features & Use Cases

  • Get/Update issues via REST API v3
  • Search with JQL to filter and retrieve issues
  • Manage assignees, comments, transitions, and labels
  • Create, update, and delete issues; add comments and transitions

Quick Start

Run the provided python scripts/jira_api.py to GET /issue/PROJ-123 or perform a JQL search with: GET /search --query "jql=project=AOP AND status='In Progress'"

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: jira
Download link: https://github.com/89jobrien/steve/archive/main.zip#jira

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository