Jira Integration Skill

Automate Jira API operations for issues, sprints, and boards via CLI scripts.

73|21|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/netresearch/jira-skill --skill jira-integration-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Jira Integration Skill
Source: https://github.com/netresearch/jira-skill/tree/main/archive/jira-unified
Command: npx skills add https://github.com/netresearch/jira-skill --skill jira-integration-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill unifies all your Jira interactions, eliminating the need to switch between API tools and manual formatting guides. It ensures that every piece of content you create or update in Jira is perfectly formatted and that complex workflows are automated, saving you time and ensuring data consistency.

Core Features & Use Cases

  • Full Jira API Control: Create, update, search, transition, and link issues programmatically, handling all aspects of issue management.
  • Automated Wiki Markup Enforcement: Guarantees that all descriptions and comments adhere to Jira's wiki markup syntax, preventing formatting errors and ensuring professional-looking tickets.
  • Streamlined Workflows: Automate common tasks like generating detailed bug reports, documenting feature requests, and managing sprint planning with pre-defined structures and validation.
  • Use Case: Create a new feature request, automatically applying a detailed template with acceptance criteria and technical considerations, then link it to a parent epic, all while ensuring perfect Jira wiki markup.

Quick Start

Use the Jira Integration skill to create a new bug report for 'Login failure on mobile' in project PROJ, ensuring proper formatting.

Frequently Asked Questions about Jira Integration Skill

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

FAQPage Schema
How do I automate Jira issue creation and updates with API commands?

Automate Jira issue creation and updates using script-based CLI tools that execute Jira API operations directly. The Skill handles issue creation, updating, searching, and transitioning across Jira Cloud and Server/DC deployments without requiring manual API endpoint management, supporting JSON and table output formats.

Can I enforce wiki markup formatting automatically when creating Jira content?

Yes, wiki markup enforcement is automatic. The Skill applies Jira's wiki markup syntax to all descriptions and comments during creation and updates, eliminating formatting errors and ensuring professional-looking tickets without manual syntax validation.

Does this work with both Jira Cloud and Server/DC deployments?

The Skill supports both Jira Cloud and Server/DC environments with automatic authentication detection across two authentication modes. It performs the same API operations—searching, retrieving, updating, creating issues, managing sprints, boards, and links—consistently across both deployment types.

How do I automate complex Jira workflows like sprint planning and bug reporting?

Streamline workflows by running pre-defined script structures that handle repetitive tasks: generate detailed bug reports with templates, create feature requests with acceptance criteria, manage sprint planning, and link issues to epics. Dry-run mode previews write operations before execution.

What authentication options are available and how does credential setup work?

Two authentication modes are supported with automatic detection based on your Jira deployment type. Interactive credential setup triggers when authentication fails, prompting you to provide API tokens or credentials without requiring manual environment variable configuration.

Can I use this Skill without Docker or additional infrastructure overhead?

Zero Docker or MCP overhead is required. The Skill uses uvx inline dependencies, meaning all required tools are injected at runtime without pre-installation, reducing setup complexity and infrastructure requirements.