jira-integration

Automate Jira issue operations via a Bash/uvx CLI with PEP 723 dependencies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires atlassian-python-api, click, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates Jira operations by orchestrating two focused sub-skills that together cover API interactions and Jira wiki markup formatting. It lets you search, view, create, and manage Jira issues and content with minimal fuss.

Core Features & Use Cases

  • Unified Jira automation: Invoke both API operations and wiki formatting tasks via lightweight Python CLI scripts.
  • End-to-end Jira workflows: Search, get/update issues, create issues, transitions, comments, worklogs, sprints, boards, links, and attachments; plus formatting using Jira wiki markup templates.
  • Interoperability: Works with Jira Cloud and Jira Server/DC; handles auth detection and interactive setup when credentials fail.

Quick Start

  • Start by validating your Jira setup:
  • uv run scripts/core/jira-validate.py --verbose

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 issue creation and updates with scripts?

Automate Jira operations using this Skill's lightweight Python CLI scripts, which support creating, searching, and updating issues across Jira Cloud and Server/DC environments. Use the `jira-validate.py` script to verify your setup, then invoke API operations directly through the command line with JSON or table output modes.

Can I use this Skill to search and retrieve Jira issues programmatically?

Yes, search Jira issues with API-driven workflows that support filtering, retrieval, and status transitions. The Skill handles both Cloud and Server/DC instances, with automatic authentication mode detection and JSON output for integration into downstream processes.

Does this support Jira workflow automation like status transitions and comments?

Workflow automation is built in—transition issue statuses, add comments, log work, manage sprints and boards, link issues, and handle attachments. All actions include dry-run support for write operations and interactive credential setup on auth failure.

What authentication methods does this Jira integration support?

The Skill auto-detects authentication mode and loads credentials from environment files, with interactive setup on failure and captcha-challenge handling. It works with both Jira Cloud and Server/DC authentication schemes.

Can I use Jira wiki markup formatting within automated workflows?

Yes, the Skill orchestrates both API operations and Jira wiki markup formatting via sub-skills, enabling end-to-end workflows that combine automation with formatted content creation and updates.

Does this Skill support dry-run mode for testing automation before execution?

Dry-run support is included for all write actions, allowing you to preview changes before they execute. Combined with JSON output modes and quiet options, it enables safe testing and integration into CI/CD pipelines.