jira-integration

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

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/luongldptit/move-ticket --skill jira-integration-luongldptit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-integration
Source: https://github.com/luongldptit/move-ticket/tree/main/.agent/skills/jira-integration
Command: npx skills add https://github.com/luongldptit/move-ticket --skill jira-integration-luongldptit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually switching between development environments and the Jira web interface to check ticket requirements, update status, or add progress comments breaks workflow focus and slows down software development cycles.

Core Features & Use Cases

  • Unified Jira ticket management: Retrieve full ticket details, extract testable acceptance criteria, and update issue status or comments directly from your AI coding workflow.
  • Flexible integration options: Supports both the recommended mcp-atlassian MCP server for seamless tool access and direct Jira REST API v3 for environments without MCP support.
  • Use case example: When starting work on a new feature ticket, use this skill to pull all requirements, parse acceptance criteria, and transition the ticket to "In Progress" without leaving your IDE.

Quick Start

Use the jira-integration skill to fetch the details of ticket PROJ-1234, extract its acceptance criteria, and add a comment noting you are starting implementation.

Frequently Asked Questions about jira-integration

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

FAQPage Schema
How do I update Jira ticket status and add progress comments directly from my IDE?

You can update Jira ticket status and add comments directly from your IDE by using the jira-integration skill. It eliminates context switching by centralizing ticket retrieval, status transitions, and progress commenting through the mcp-atlassian MCP server or Jira REST API v3.

What is the best way to extract acceptance criteria from Jira tickets during development?

The best way to extract acceptance criteria from Jira tickets is using the jira-integration skill. It pulls full ticket details and parses testable acceptance criteria directly within your AI coding workflow, keeping your development focus intact without visiting the Jira web interface.

Can I use Jira REST API v3 to retrieve ticket details if I do not have an MCP server?

Yes, you can use Jira REST API v3 to retrieve ticket details if you lack an MCP server. The jira-integration skill supports direct REST API v3 integration as a flexible fallback, ensuring you can still fetch requirements and transition issues without mcp-atlassian.

How do I search for active project issues using JQL without leaving my development environment?

You can search for active project issues using JQL without leaving your development environment via the jira-integration skill. It executes JQL-based issue searches centrally, retrieving matching tickets and their details directly within your AI coding workflow.

Does the jira-integration skill provide guidelines for handling Jira API credentials securely?

Yes, the jira-integration skill provides built-in security guidelines for handling Jira API credentials securely. It ensures safe credential management when connecting through either the mcp-atlassian MCP server or direct Jira REST API v3 integrations.

Why should I centralize Jira ticket management instead of using the Jira web interface?

Centralizing Jira ticket management prevents the context switching between your development environment and the Jira web interface that breaks workflow focus. The jira-integration skill unifies requirement extraction, status transitions, and commenting to accelerate software development cycles.