List Jira issues with jirac by project, assignee, or custom JQL, including the default current-user flow

List Jira issues by project, assignee, or custom JQL via jirac.

46|12|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/mulhamna/jira-commands --skill list-jira-issues-with-jirac-by-project-assignee-or-custom-jql-including-the-default-current-user-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: List Jira issues with jirac by project, assignee, or custom JQL, including the default current-user flow
Source: https://github.com/mulhamna/jira-commands/tree/main/plugin/skills/list-issues
Command: npx skills add https://github.com/mulhamna/jira-commands --skill list-jira-issues-with-jirac-by-project-assignee-or-custom-jql-including-the-default-current-user-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly retrieve the exact Jira issues you need without manually navigating Jira and rewriting the same filters each time.

Core Features & Use Cases

  • Default “current user” listing: Uses assignee = currentUser() when you don’t specify a query.
  • Project-scoped results: Limits results to a specific project using the project key flag.
  • Full JQL control: Lets you provide an explicit JQL expression for precise filtering, such as issue type, status, or custom logic.
  • Clear presentation: Outputs the matching issues in an easy-to-review format.

Quick Start

Ask: list my issues.

Frequently Asked Questions about List Jira issues with jirac by project, assignee, or custom JQL, including the default current-user flow

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

FAQPage Schema
How do I list my assigned Jira issues from the command line?

To list your assigned Jira issues, run the command without providing a JQL query. The tool automatically defaults to the `assignee = currentUser()` logic to fetch and display your specific tasks.

Can I filter Jira issues by project key using a command line tool?

Yes, you can limit Jira issue listing results to a specific project. Use the project key flag to narrow the scope of the retrieved issues to a single defined project.

How do I execute a custom JQL query to find specific Jira issues?

You can execute a custom JQL query to find specific Jira issues by using the explicit JQL flag. This allows you to provide precise filtering logic based on issue type, status, or custom expressions.

What is the default behavior when listing Jira issues without a JQL expression?

When listing Jira issues without an explicit JQL expression, the default behavior applies the `assignee = currentUser()` filter. This ensures the output displays issues currently assigned to you.

Does this Jira issue listing tool support filtering by issue type and status?

Yes, filtering by issue type and status is supported. You can achieve this targeted investigation by providing a custom JQL expression that explicitly defines these parameters for your search.