jira-integration

Retrieve, analyze, update, and transition Jira tickets via REST API or MCP.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/thangvawn/agent_financial --skill jira-integration-thangvawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-integration
Source: https://github.com/thangvawn/agent_financial/tree/main/.cursor/skills/jira-integration
Command: npx skills add https://github.com/thangvawn/agent_financial --skill jira-integration-thangvawn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp-atlassian, uvx, curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Jira tickets, enabling you to retrieve, analyze, update, and transition issues with ease, directly from your AI coding workflow.

Core Features & Use Cases

  • Jira Ticket Management: Retrieve, analyze, and update Jira tickets directly from your AI coding workflow.
  • MCP-Based and REST API: Supports both MCP-based and direct REST API approaches for integration.
  • Use Case: Use this Skill to fetch a Jira ticket to understand requirements, extract testable acceptance criteria, add progress comments, transition ticket status, link merge requests, and search for issues using JQL queries.

Quick Start

Use the jira-integration skill to fetch the details of the Jira ticket with key 'PROJ-1234'.

Frequently Asked Questions about jira-integration

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

FAQPage Schema
How do I manage Jira tickets directly from my AI coding workflow?

You can manage Jira tickets by retrieving, analyzing, updating, and transitioning issues directly from your AI coding workflow. This integration supports fetching ticket details, extracting acceptance criteria, adding progress comments, and searching issues using JQL queries.

Do I need an MCP server configuration to update Jira ticket status?

No, you do not need an MCP server configuration to update Jira ticket status. You can manage issues using either the MCP-based approach with mcp-atlassian or direct REST API approaches using curl and jq.

What is the best way to fetch a Jira ticket to understand requirements?

The best way to fetch a Jira ticket to understand requirements is to use an AI-driven workflow that retrieves issue details and extracts testable acceptance criteria. This allows you to analyze project requirements without leaving your coding environment.

Can I use JQL queries to search for issues and link merge requests?

Yes, you can use JQL queries to search for issues and link merge requests. This functionality allows you to retrieve specific issues based on complex query parameters and associate relevant code changes directly within your development workflow.

What dependencies are required for Jira REST API integration?

Dependencies required for Jira REST API integration include curl and jq for direct API requests, or mcp-atlassian and uvx for the MCP-based approach. An active Jira instance with appropriate API tokens is also required.

Does this integration support both development and administrative workflows?

Yes, this integration supports both development and administrative workflows. It is suitable for tasks involving issue tracking, requirement analysis, and status updates, providing a user-friendly interface for managing tickets across different operational contexts.