jira-cli
Installation
SKILL.md
Jira CLI Setup and Usage
This skill provides instructions for installing and using the Jira CLI tool to interact with Jira from the command line.
Quick Reference: Common Pitfalls to Avoid
Before diving into detailed commands, be aware of these critical points:
- Time Tracking: MUST use
jira issue worklog add ISSUE "1m" --new-estimate "1h"- DO NOT use--customfor time tracking - Cannot log 0m: Logging "0m" causes server errors - always log at least "1m"
- Status Names Vary: "Done" may not exist - use exact status name from error message (e.g., "Resolved", "Closed")
- --no-input Support: Not all commands support
--no-input:- ✓ Supported:
issue edit,issue worklog add - ✗ Not supported:
issue move, view/list commands
- ✓ Supported:
- Environment Setup: Test
jira me --plainfirst - only source ~/.envrc if auth fails
CRITICAL: Environment Setup
Before running any jira-cli commands, check if the user has already configured their environment.