JIRA Integration

Provide JIRA API usage, JQL query patterns, and field mapping guidance.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/rhuss/cc-jira --skill jira-integration-rhuss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: JIRA Integration
Source: https://github.com/rhuss/cc-jira/tree/main/jira/skills/jira-integration
Command: npx skills add https://github.com/rhuss/cc-jira --skill jira-integration-rhuss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jira_client.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines JIRA interactions by providing expert guidance on JQL queries, API usage, and workflow management, reducing the time spent on manual JIRA tasks.

Core Features & Use Cases

  • JQL Query Mastery: Learn and apply complex JQL queries for efficient issue retrieval.
  • API Best Practices: Understand how to interact with the JIRA API effectively, including pagination and caching.
  • Workflow Navigation: Get guidance on status transitions and issue linking.
  • Use Case: Quickly find all your overdue JIRA tickets assigned to you, or identify all features in the current sprint that are blocked.

Quick Start

Use the JIRA Integration skill to find all issues assigned to me that are currently in progress.

Frequently Asked Questions about JIRA Integration

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

FAQPage Schema
How do I write JQL queries to find all overdue JIRA issues assigned to me?

JQL queries for personal work retrieval allow you to find overdue JIRA issues by filtering on assignee and due date fields. This skill provides specific JQL patterns to query in-progress or overdue tickets assigned to your account.

What JIRA API pagination and rate limiting best practices should I follow for bulk operations?

JIRA API best practices for bulk operations include implementing proper pagination, rate limiting, caching, and error handling. This skill outlines these techniques to interact with the JIRA API effectively without exceeding usage limits.

How does JIRA field mapping work for standard and custom fields during API integration?

JIRA field mapping translates standard and custom fields between your integration and JIRA's API. This skill provides detailed field mapping best practices to ensure data consistency during status transitions and issue linking.

Can I use JQL to identify blocked features in the current sprint?

JQL query patterns can identify blocked features within an active sprint by filtering on issue status and link types. This skill covers sprint and epic-specific JQL queries to navigate agile workflows efficiently.

What are common JIRA API integration issues and how do I troubleshoot them?

Common JIRA API integration issues involve incorrect field mappings, failed status transitions, and pagination errors. This skill includes troubleshooting guidance for these common JIRA problems and API interactions.

Do I need specific JIRA permissions to manage issue linking and status transitions via the API?

Managing issue linking and status transitions via the JIRA API requires appropriate project permissions and workflow transition access. This skill provides guidance on navigating workflow transitions and linking issues correctly.