Important
This project is under active development!
A Text User Interface (TUI) for interacting with Atlassian Jira directly from terminal.
gojeera is a fork of https://github.com/whyisdifficult/jiratui.
gojeera is built using the Textual and Rich frameworks.
It supports the Jira Cloud Platform REST API v3.
The recommended way to install the application is via uv:
uv tool install git+https://github.com/vkhitrin/gojeeraAlternatively, you can install it using pip:
pip install git+https://github.com/vkhitrin/gojeeraOr pipx:
pipx install git+https://github.com/vkhitrin/gojeeraAfter installing the package, you can run the CLI tool with the following command:
gojeera --helpThis will show you the available commands for the CLI tool
uv run gojeera --help
Usage: gojeera [OPTIONS]
Launches the gojeera TUI application.
Options:
-p, --project-key TEXT A case-sensitive Jira project key.
-w, --work-item-key TEXT A case-sensitive work item key.
-u, --assignee TEXT A Jira user display name or account ID to
pre-select in the assignee dropdown.
-j, --jql-filter TEXT The label of a JQL filter query to load on
startup, as defined in the config.
-t, --theme TEXT The name of the theme to use.
--search-on-startup Trigger search automatically when the UI
starts.
-f, --focus-item-on-startup INTEGER
Focus and open the work item at the
specified position on startup. Requires
--search-on-startup.
--version Show the version of the tool.
--help Show this message and exit.Visit usage.md.
Visit configuration.md.
@whyisdifficult and the various contributors to https://github.com/whyisdifficult/jiratui.
- https://github.com/whyisdifficult/jiratui - the original TUI.
- https://github.com/ankitpokhrel/jira-cli - CLI with many features.
- https://developer.atlassian.com/cloud/acli/guides/introduction/ - official Atlassian CLI.