jira-cli
Feature-rich interactive Jira command line tool
TLDR
SYNOPSIS
jira command [options] [arguments]
DESCRIPTION
jira-cli is an interactive command-line tool for Atlassian Jira that helps you manage issues, sprints, and projects without leaving the terminal. It supports issue creation, cloning, linking, transitions, comments, sprint management, and an interactive issue search with TUI selection.
The tool uses Jira's REST API and supports both Jira Cloud and Jira Server. Configuration is stored locally with API token authentication.
PARAMETERS
init
Configure Jira server and authenticationissue create
Create a new issue interactivelyissue list
List issues with filtersissue view KEY
View issue detailsissue move KEY STATUS
Transition an issueissue comment add KEY
Add a commentsprint list
List sprintsopen KEY
Open issue in browserme
Print current user
CAVEATS
Requires a Jira API token for authentication. Some features may not be available on older Jira Server versions. Rate limiting may apply for heavy usage.
HISTORY
jira-cli was created by Ankit Pokhrel and is written in Go. It was designed as the missing command-line tool for Atlassian Jira, providing a fast and interactive terminal workflow.
SEE ALSO
gh(1)

