jira

Automate Jira issue management via the Jira REST API v3.

14|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/XAIHT/Tlamatini --skill jira-xaiht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/XAIHT/Tlamatini/tree/main/Tlamatini/agent/skills_pkg/jira
Command: npx skills add https://github.com/XAIHT/Tlamatini --skill jira-xaiht

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficient Jira issue management through automated interactions with the Jira REST API v3.

Core Features & Use Cases

  • Create, search, update, and fetch issues using the Jira REST API v3.
  • Add comments and perform transitions to advance issues through workflows.
  • Retrieve issue details and history for quick status reporting.

Quick Start

Update issue PROJ-123 to Done and add the comment 'Deployed'.

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 management using the REST API?

Automate Jira issue management by interacting with the Jira REST API v3 to create, retrieve, update, comment on, and transition issues across common project workflows programmatically.

How do I transition a Jira issue and add a comment via the REST API?

Transition a Jira issue and add a comment by sending requests to the Jira REST API v3 endpoints, allowing you to advance issues through workflows while simultaneously posting comments.

Do I need an API token to manage Jira issues through automation?

Yes, managing Jira issues requires an API token. You must configure the environment variables JIRA_BASE_URL, JIRA_EMAIL, and JIRA_API_TOKEN for secure authentication.

Can I retrieve Jira issue history and details for status reporting?

Yes, retrieve Jira issue details and history for status reporting by fetching issue data through the Jira REST API v3, enabling quick visibility into current statuses and past transitions.

What are the limitations of automating Jira workflows via the REST API?

Automating Jira workflows via the REST API is limited to common project workflows and includes basic error handling. It does not support complex custom workflow validation or advanced native UI rules.