scaradim / jira-cli

yet another jira cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Command line utility to interact with your jira instance.

build status codecov pypi license

Documentation at read the docs

Deprecation warning

jira-cli, as of version 2.1 defaults to using the new command line interface. The command line interface presented by versions up to 0.4.2 will be maintained (but only accessible if the --v1 flag is passed in or the following snippet exists in the config file):

[jira]
v1 = True

About

yet another jira cli

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%