search-issues

Search Jira issues using JQL or predefined filters with multiple output formats.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of finding specific Jira issues by allowing users to query their Jira instance using powerful JQL or simple, intuitive filters, eliminating the need to navigate the Jira UI for basic searches.

Core Features & Use Cases

  • JQL Search: Execute complex Jira Query Language statements for precise issue retrieval.
  • Filter-Based Search: Use simple arguments like project, status, assignee, and labels for quick filtering.
  • Multiple Output Formats: Display results in compact, table, text, or JSON formats for easy consumption.
  • Use Case: Quickly find all open bugs assigned to you in a specific project, or search for issues updated in the last 24 hours.

Quick Start

Use the search-issues skill to find all open bugs in the PROJ project.

Frequently Asked Questions about search-issues

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

FAQPage Schema
How do I search Jira issues using JQL without navigating the web UI?

You can search Jira issues by executing Jira Query Language statements or simple filters directly to retrieve specific tickets, bypassing the standard Jira UI for faster issue retrieval.

Can I filter Jira tickets by project, status, and assignee?

Filtering Jira tickets is supported through simple arguments like project, status, assignee, and labels, enabling quick issue retrieval without writing complex JQL statements.

What output formats are supported when retrieving Jira issues?

Retrieving Jira issues supports multiple output formats including compact, table, text, and JSON, ensuring easy consumption of search results for various software development workflows.

Do I need environment variables for Jira authentication to query issues?

Querying Jira issues requires environment variables for Jira authentication and API access to successfully connect to your instance and execute search statements.

What is the best way to find all open bugs assigned to me in a specific project?

The best way to find open bugs assigned to you is using JQL search or predefined filters to query your Jira instance, supporting precise project and assignee field selections.

Are there limitations when using simple arguments instead of JQL for Jira searches?

Using simple arguments for Jira searches handles basic filtering like project, status, and assignee, while complex JQL statements are required for precise multi-condition issue retrieval.