jira-lookup

Retrieve and filter Jira issues using the Jira CLI.

284|10|Updated Dec 6, 2015
One-click install
npx skills add https://github.com/meain/dotfiles --skill jira-lookup-meain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-lookup
Source: https://github.com/meain/dotfiles/tree/main/agents/.agents/skills/jira-lookup
Command: npx skills add https://github.com/meain/dotfiles --skill jira-lookup-meain

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of retrieving information about Jira issues, eliminating the need to manually navigate the Jira interface or remember complex CLI commands.

Core Features & Use Cases

  • Quick Issue Lookup: Get details for a specific Jira ticket by its key.
  • Issue Listing & Filtering: Search and list issues based on various criteria like status, assignee, or priority.
  • Contextual Information: Provides summaries of issue descriptions and recent comments for better understanding.
  • Use Case: A developer needs to quickly check the status and description of a bug ticket BUG-456 before starting work.

Quick Start

Use the jira-lookup skill to view the details of the Jira issue PROJ-123.

Frequently Asked Questions about jira-lookup

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

FAQPage Schema
How do I check Jira issue status from the command line?

You can check Jira issue status from the command line by retrieving and presenting issue details, summaries, and recent comments via the Jira CLI without navigating the web interface.

Can I list and filter Jira issues by project, assignee, or priority?

Yes, you can list and filter Jira issues by project, status, assignee, type, priority, labels, or text search to quickly access relevant issue context for development and project management tasks.

How do I execute complex JQL queries for issue tracking?

Executing complex JQL queries for issue tracking is supported directly through this Skill, allowing you to bypass the Jira interface and retrieve precise sets of issues based on custom search criteria.

Do I need any specific dependencies to use the Jira CLI lookup?

No specific dependencies are required to use the Jira CLI lookup functionality, as the Skill operates independently using bundled scripts and references to interact with your Jira environment.

What is the best way to get Jira ticket descriptions and comments for a specific issue key?

The best way to get Jira ticket descriptions and comments for a specific issue key is using the quick lookup feature, which instantly retrieves and presents contextual information for individual issues.