jira-issue

Fetch Jira issue details by key with configurable output presets.

1|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/ericfisherdev/claude-plugins --skill jira-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-issue
Source: https://github.com/ericfisherdev/claude-plugins/tree/main/plugins/jira-tools/skills/jira-issue
Command: npx skills add https://github.com/ericfisherdev/claude-plugins --skill jira-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a token-efficient way to fetch specific Jira issue details, avoiding the excessive token usage of default Atlassian tools.

Core Features & Use Cases

  • Token-Efficient Retrieval: Get only the necessary Jira issue information (summary, status, description, comments) using configurable presets or custom field selections.
  • Preset Profiles: Choose from minimal, standard, or full presets to control the amount of detail returned, optimizing context window usage.
  • Use Case: Quickly check the status and assignee of a Jira ticket without consuming valuable tokens by using the minimal preset.

Quick Start

Use the jira-issue skill to fetch the details for Jira ticket PROJ-123 using the standard preset.

Frequently Asked Questions about jira-issue

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

FAQPage Schema
How do I retrieve Jira issue details without consuming too many tokens?

You can retrieve Jira issue details with token efficiency by using configurable presets like minimal, standard, or full to control output volume. This approach fetches only necessary fields, avoiding excessive context window usage.

Can I fetch specific fields from a Jira ticket instead of the default output?

Yes, you can fetch specific fields from a Jira ticket through custom field selection. Alongside custom selection, description truncation and comment limits help restrict the returned Jira issue data to exactly what you need.

What is the best way to check Jira issue status quickly?

The best way to quickly check Jira issue status is using the minimal preset profile. It retrieves only essential Jira issue details like summary and status, optimizing token usage while providing immediate visibility.

How does the Jira API integration handle issue metadata?

The Jira API integration handles issue metadata by utilizing a shared cache. This mechanism stores previously fetched Jira issue metadata, streamlining subsequent data retrieval operations and reducing redundant API requests.

Does this Jira issue retrieval approach work with Python scripts?

Yes, this Jira issue retrieval approach works with Python scripts. The scripts integrate directly with the Jira API to fetch issue data by key, supporting configurable output formats and custom field selection.

When should I use the full preset versus the standard preset for Jira issue retrieval?

Use the full preset for Jira issue retrieval when you need comprehensive details including all fields and comments, and use the standard preset for a balanced overview. Both manage token efficiency differently based on required data volume.