PyJira is a command line interface for Jira
Clone the git repo to your local computer
git clone ...
Go to the project root folder and use the package manager pip to install pyJira.
cd pyjira
pip install -g .
The configure command will start a wizard for configuring the jira cli.
jira configure
As a default the config file will be written in the user home folder ~/pyjira.yaml
Optionally this file path can be changed by setting the environment variable PYJIRA_CONFIG
set PYJIRA_CONFIG=<file-path>
Usage: jira [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
-h, --help Show this message and exit.
Commands:
configure Configure the cli
dashboard Start an interactive dashboard
ls List all issues assigned to the current user
show Show detailed information about a specific issue
Pull requests are welcome.