jira-integration
Agent Skill: Comprehensive Jira integration through lightweight Python scripts. AUTOMATICALLY TRIGGER when user mentions Jira URLs like 'https://jira.*/browse/*', 'https://*.atlassian.net/browse/*', or issue keys like 'PROJ-123'. Use when searching issues (JQL), getting/updating issue details, creating issues, transitioning status, adding comments, logging worklogs, managing sprints and boards, creating issue links, or formatting Jira wiki markup. If authentication fails, offer to configure credentials interactively. Supports both Jira Cloud and Server/Data Center with automatic authentication detection. By Netresearch.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install netresearch-claude-code-marketplace-jira-integration
Repository
Skill path: skills/jira-integration
Agent Skill: Comprehensive Jira integration through lightweight Python scripts. AUTOMATICALLY TRIGGER when user mentions Jira URLs like 'https://jira.*/browse/*', 'https://*.atlassian.net/browse/*', or issue keys like 'PROJ-123'. Use when searching issues (JQL), getting/updating issue details, creating issues, transitioning status, adding comments, logging worklogs, managing sprints and boards, creating issue links, or formatting Jira wiki markup. If authentication fails, offer to configure credentials interactively. Supports both Jira Cloud and Server/Data Center with automatic authentication detection. By Netresearch.
Open repositoryBest for
Primary workflow: Analyze Data & AI.
Technical facets: Full Stack, Backend, Data / AI, Integration.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: netresearch.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install jira-integration into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/netresearch/claude-code-marketplace before adding jira-integration to shared team environments
- Use jira-integration for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: jira-integration description: "Agent Skill: Comprehensive Jira integration through lightweight Python scripts. AUTOMATICALLY TRIGGER when user mentions Jira URLs like 'https://jira.*/browse/*', 'https://*.atlassian.net/browse/*', or issue keys like 'PROJ-123'. Use when searching issues (JQL), getting/updating issue details, creating issues, transitioning status, adding comments, logging worklogs, managing sprints and boards, creating issue links, or formatting Jira wiki markup. If authentication fails, offer to configure credentials interactively. Supports both Jira Cloud and Server/Data Center with automatic authentication detection. By Netresearch." --- # Jira Integration Skill Comprehensive Jira integration through lightweight Python CLI scripts. ## Auto-Trigger Patterns **AUTOMATICALLY ACTIVATE** when user mentions: - **Jira URLs**: `https://jira.*/browse/*`, `https://*.atlassian.net/browse/*` - **Issue keys**: Pattern like `PROJ-123`, `NRS-4167`, `ABC-1` - **Keywords**: "Jira issue", "Jira ticket", "search Jira" ## Authentication Failure Handling **CRITICAL**: When authentication fails, DO NOT just display the error. Instead: 1. **Detect failure** - Look for "Missing required variable" or 401/403 responses 2. **Offer help** - Ask: "Would you like me to help configure Jira credentials?" 3. **Run interactive setup** - `uv run skills/jira-communication/scripts/core/jira-setup.py` ## Sub-Skills | Skill | Purpose | |-------|---------| | `jira-communication` | API operations via Python CLI scripts | | `jira-syntax` | Wiki markup syntax, templates, validation | ## Scripts Reference ### Core Operations | Script | Purpose | |--------|---------| | `jira-setup.py` | Interactive credential setup | | `jira-validate.py` | Verify connection | | `jira-issue.py` | Get/update issue details | | `jira-search.py` | Search with JQL | | `jira-worklog.py` | Time tracking | | `jira-comment.py` | Comments | ### Workflow Operations | Script | Purpose | |--------|---------| | `jira-create.py` | Create issues | | `jira-transition.py` | Change status | | `jira-link.py` | Issue links | | `jira-sprint.py` | Sprint management | | `jira-board.py` | Board operations | ## Syntax Note Jira uses wiki markup, NOT Markdown. See `skills/jira-syntax/SKILL.md` for syntax guide. --- > **Contributing:** https://github.com/netresearch/jira-skill