gknoy / jira-cli

yet another jira cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Simple command line utility to interact with your jira instance.

build status coveralls pypi license

Documentation at read the docs

Deprecation warning

jira-cli, as of version 2.0.0-pre has been completely rewritten (including the command line interface). The command line interface presented by versions up to 0.4.2 will be maintained (and presented by default) until the official release of version 2.0.

If you'd like to try out the new interface, add the --v2 command line argument or add the following snippet to your ~/.jira-cli/config.cfg file:

[jira]
v2 = True

About

yet another jira cli

License:MIT License