jira-integration

Retrieve, analyze, update, and transition Jira tickets via Atlassian's API.

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/klu-dev/porting-ecc-to-vscode --skill jira-integration-klu-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-integration
Source: https://github.com/klu-dev/porting-ecc-to-vscode/tree/main/.github/skills/jira-integration
Command: npx skills add https://github.com/klu-dev/porting-ecc-to-vscode --skill jira-integration-klu-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies Jira ticket management within your AI coding workflow, enabling efficient retrieval, analysis, and update of tickets.

Core Features & Use Cases

  • Jira Ticket Retrieval: Fetch tickets for analysis or understanding requirements.
  • Ticket Analysis: Extract testable acceptance criteria from tickets.
  • Ticket Update: Add comments, update status, and transition tickets.
  • Linking Issues: Link merge requests or branches to Jira issues.
  • JQL Queries: Search for issues using JQL queries.
  • Use Case: For developers integrating Jira ticketing into their coding process, this Skill automates the process of transitioning tickets from "To Do" to "In Progress" as they start work on them.

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 automate Jira ticket management within my coding workflow?

Automate Jira ticket management by integrating Atlassian's API to fetch, analyze, update, and transition issues directly within your AI coding workflow. It streamlines ticket handling for software development processes.

How do I use JQL queries to search for Jira issues?

Search for Jira issues using JQL queries by leveraging the Atlassian API integration. This allows you to retrieve specific tickets for analysis or to understand development requirements efficiently.

Do I need an MCP server to fetch Jira ticket details?

You need authentication via an MCP server or environment variables to access the Jira API. This setup is required to fetch ticket details, add comments, or transition ticket statuses.

Can I link merge requests to Jira issues automatically?

You can link merge requests or branches to Jira issues automatically using the API integration. This keeps ticket tracking synchronized with your actual code changes.

How do I extract acceptance criteria from Jira tickets?

Extract acceptance criteria from Jira tickets by retrieving the ticket details through the API and analyzing the content. This helps clarify testable requirements before development begins.

How do I transition Jira tickets from To Do to In Progress?

Transition Jira tickets from To Do to In Progress by sending an update request through the Atlassian API. This automates status changes as developers start working on tasks.