What problem does it solve?
Automates common JIRA tasks (viewing, editing, commenting, and moving issues) from natural prompts, reducing manual steps and context-switching for software teams.
Core Features & Use Cases
- View Issue:
jira issue view ISSUE-KEY [--comments N] to fetch full details and optionally show recent comments with --comments.
- Edit Issue:
jira issue edit ISSUE-KEY -s"New Title" -b"New Description" [--no-input] to update title and description non-interactively.
- Add Comment:
jira issue comment add ISSUE-KEY "Comment text" plus multi-line or template support.
- Move Issue State:
jira issue move ISSUE-KEY "State Name" to update status (e.g., "In progress", "Done").
- Use Case: triaging issues during standups, updating tickets while reviewing pull requests, or documenting progress.
Quick Start
Example: view an issue with comments: jira issue view PROJ-123 --comments 5