jira

Automates Jira ticket management via REST API calls with natural-language prompts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/OrasesLabs/orases-claude-code-marketplace --skill jira-oraseslabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/OrasesLabs/orases-claude-code-marketplace/tree/main/jira-tools/skills/jira
Command: npx skills add https://github.com/OrasesLabs/orases-claude-code-marketplace --skill jira-oraseslabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables Jira ticket management directly from Claude Code, including viewing, transitioning, and linking tickets using natural language commands, reducing context switching and manual navigation.

Core Features & Use Cases

  • View Tickets: Display ticket details including status, description, comments, attachments, and links
  • Transition Tickets: Move tickets through statuses
  • Link Tickets: Create, view, and remove links between tickets

Quick Start

Ask Claude to view a ticket, then optionally transition or link as needed.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I automate Jira ticket management without switching between tools?

Automate Jira ticket management by using natural language commands to view, transition, and link tickets directly from Claude Code. Set up Atlassian API token authentication with environment variables (ATLASSIAN_EMAIL, ATLASSIAN_API_TOKEN, ATLASSIAN_SITE) and Python 3 to perform REST API operations on tickets.

Can I view ticket details, status, and comments programmatically?

Yes, view ticket details including status, description, comments, attachments, and links using the view_ticket.py script. The Skill retrieves complete ticket information via Atlassian REST API calls with natural language prompts.

What's the best way to transition Jira tickets through statuses automatically?

Transition tickets between statuses using the transition_ticket.py script with natural language commands. The Skill applies state changes via REST API without manual Jira navigation.

How do I create and manage links between Jira tickets?

Create, view, and remove links between tickets using the link_ticket.py script. Specify link relationships through natural language prompts that execute REST API operations to establish ticket dependencies and relationships.

What authentication and setup do I need for Jira ticket automation?

Jira ticket automation requires an Atlassian API token, Python 3 environment, and three environment variables: ATLASSIAN_EMAIL, ATLASSIAN_API_TOKEN, and ATLASSIAN_SITE. These credentials enable REST API access for all ticket operations.

Does this Skill support searching and updating tickets beyond viewing and transitioning?

Yes, the Skill applies across viewing, transitioning, linking, searching, creating, and updating tickets. Natural language prompts route to appropriate script utilities (view_ticket.py, transition_ticket.py, link_ticket.py) that execute REST API calls for each operation.