jira

Search Jira issues via REST API using PowerShell and JQL.

1|Updated May 14, 2025
One-click install
npx skills add https://github.com/fcnatra/VibeCoding --skill jira-fcnatra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/fcnatra/VibeCoding/tree/main/Copilot%20Tools/skills/jira
Command: npx skills add https://github.com/fcnatra/VibeCoding --skill jira-fcnatra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a streamlined way to query Jira issues directly from your command line, saving you the hassle of navigating the Jira web interface for quick lookups.

Core Features & Use Cases

  • JQL Search: Execute custom JQL queries to find specific issues.
  • Field Retrieval: Retrieve key fields like summary, status, priority, and issue type.
  • Use Case: Quickly find all open 'Obfuscator' issues in the 'OBF' project that are in the 'Backlog' or 'Selected for Development' stages.

Quick Start

Use the jira skill to search for issues in project OBF with label Obfuscator and status category 2.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I search Jira issues using JQL from the command line?

You can search Jira issues by executing custom JQL queries directly from the command line using PowerShell to access the Jira REST API. This retrieves key fields like summary, status, priority, and issue type without navigating the web interface.

Can I retrieve Jira issue fields like summary and status via the REST API?

Yes, retrieving key fields like summary, status, priority, and issue type is a core feature of accessing Jira issues via the REST API. This allows you to pull specific issue data programmatically using PowerShell.

What do I need to authenticate to the Jira API using PowerShell?

To authenticate to the Jira API using PowerShell, you need to set up environment variables for your Jira URL, email, and API token. These credentials are required to facilitate programmatic access to your Jira issues.

How do I filter Jira issues by project, label, and status category?

You can filter Jira issues by project, labels, and status categories by executing custom JQL queries through the Jira REST API. This enables targeted searches, such as finding all open issues in a specific project.

What is the best way to automate Jira issue lookups without the web interface?

Automating Jira issue lookups without the web interface is best achieved by using PowerShell to query the Jira REST API with custom JQL. This streamlines quick lookups directly from your command line environment.