jira

Installation
SKILL.md

Jira CLI

Use the jira CLI for all Jira operations. Never web fetch Jira URLs.

Common Commands

# View issue details
jira issue view PROJ-123

# List issues in a project
jira issue list -p PROJ

# List issues assigned to me
jira issue list -a$(jira me)

# Search with JQL
jira issue list -q "project = PROJ AND status = 'In Progress'"
Installs
1
GitHub Stars
1
First Seen
Jan 27, 2026
jira — michaelvessia/nixos-config