_                     _  _
| |  __ _  ____ _   _ (_)(_) _ __  __ _
| | / _` ||_  /| | | || || || '__|/ _` |
| || (_| | / / | |_| || || || |  | (_| |
|_| \__,_|/___| \__, ||_||_||_|   \__,_|
                 |___/

Like lazygit, but for Jira. Zero-dependency CLI that makes Jira bearable.

$ pip install lazyjira ๐Ÿ“‹ Click to copy
PyPI Python License CI

Why lazyjira?

โšก Zero Dependencies

Pure Python stdlib. No requests, no click, no rich. Install anywhere Python runs โ€” no compiling, no cgo, no nonsense.

๐Ÿ“ Markdown โ†’ ADF

Write issue descriptions in Markdown. lazyjira auto-converts to Atlassian Document Format โ€” tables, code blocks, lists, all of it.

๐Ÿ”ฎ JPD Support

First CLI with native Jira Product Discovery support. Auto-detects JPD projects and uses the right issue types.

๐Ÿ”ง Flexible Config

Environment variables, TOML config file, or token file โ€” pick what works for you. Or mix them all.

๐Ÿš€ Raw JQL

Need power? Drop straight to JQL queries. Full Jira Cloud REST API at your fingertips.

๐Ÿ Python 3.9+

Runs on Python 3.9 through 3.13. Works on macOS, Linux, and Windows. Tested across all versions in CI.

Installation

PyPI (recommended)

pip install lazyjira

pipx (isolated)

pipx install lazyjira

One-liner

curl -fsSL https://raw.githubusercontent.com/gotexis/lazyjira/main/install.sh | bash

From source

git clone https://github.com/gotexis/lazyjira && cd lazyjira && pip install .

Commands

CommandDescription
lazyjira issues list -p PROJList issues in a project
lazyjira issues create "Title" -p PROJCreate a new issue
lazyjira issues search "query" -p PROJSearch issues via text
lazyjira issues read PROJ-123Read full issue details + comments
lazyjira move PROJ-123 "Done"Transition issue status
lazyjira comments create PROJ-123 -b "text"Add a comment
lazyjira query 'project=X AND status=Y'Run raw JQL queries
lazyjira link PROJ-1 PROJ-2Link two issues
lazyjira projectsList all Jira projects

How it compares

lazyjirajira-cligo-jira
LanguagePythonGoGo
Dependencies0MultipleMultiple
Installpip installbrew / gogo install
Status๐ŸŸข Active๐ŸŸข Active๐Ÿ”ด Abandoned
Jira Cloudโœ…โœ…โœ…
JPD Supportโœ…โŒโŒ
Markdown โ†’ ADFโœ…โŒโŒ