jira-integration

Retrieve and update Jira issues via REST API or MCP.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Maelwalser/claude-config --skill jira-integration-maelwalser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-integration
Source: https://github.com/Maelwalser/claude-config/tree/main/skills/jira-integration
Command: npx skills add https://github.com/Maelwalser/claude-config --skill jira-integration-maelwalser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrates Jira ticket retrieval, analysis, and updates into an AI-driven development workflow so users can quickly understand requirements, add progress comments, and transition issue state without manually switching tools.

Core Features & Use Cases

  • Fetch and Summarize Tickets: Retrieve full issue details and extract acceptance criteria, testable requirements, and dependencies.
  • Update and Comment: Add progress comments, link branches/PRs, and post structured status updates.
  • Transition and Search: Query by JQL, list sprint issues, and perform workflow transitions (with guidance to fetch available transitions first).
  • Dual Modes: Works with an MCP-based mcp-atlassian server for tool-driven calls or via the Jira REST API v3 for direct curl/script interactions.
  • Security Guidance: Emphasizes environment-based credentials, token rotation, and fail-fast checks for missing credentials.

Quick Start

Use the jira-integration skill to fetch PROJ-1234, summarize acceptance criteria, and prepare a test plan.

Frequently Asked Questions about jira-integration

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

FAQPage Schema
How do I fetch and summarize Jira tickets using an AI workflow?

To fetch and summarize Jira tickets within an AI workflow, this integration retrieves full issue details and extracts acceptance criteria, testable requirements, and dependencies without manual tool switching.

Can I transition Jira issues and add progress comments via REST API?

Yes, you can add progress comments, link branches, and transition issues using the standard Jira REST API v3 for direct authenticated curl or script interactions.

What credentials do I need to integrate Jira ticket management into my development workflow?

You must configure three environment variables: JIRA_URL, JIRA_EMAIL, and JIRA_API_TOKEN, to enable authenticated operations for fetching tickets and managing workflow states.

Does this Jira integration support querying sprint issues with JQL?

Yes, the integration supports querying by JQL to search issues, list sprint tickets, and retrieve available workflow transitions before performing state changes on development tasks.

What is the best way to manage Jira tickets using an MCP server?

Managing Jira tickets via MCP involves using the mcp-atlassian server, which enables tool-driven calls to fetch ticket details, post structured status updates, and transition issues directly.

Are there security limitations when using Jira API tokens for automated ticket updates?

A key constraint is credential exposure; the integration emphasizes environment-based credentials, token rotation, and fail-fast checks for missing credentials to ensure secure automated ticket updates.