/jira

Jira Templates and Scripts

Primary LanguagePythonMIT LicenseMIT

jira

CLI for jira for its dumb shenannigans

Built on: Python3 and Docker (alpine)
Maintained by: Chris Lee [chris@indico.io]

Installation

pip3 install git+ssh://git@github.com/IndicoDataSolutions/jira.git

Using the CLI

Prerequisites

To use the CLI you need to install (see above) and add your JIRA_API_TOKEN to the environment.

Follow instructions to generate an api token. Once you have the token, run the following with your token:

echo "<email>@indico.io:<token>" | base64

Save the output as JIRA_API_TOKEN in your environment.

CLI Usage

jira --help

Getting Started

  • Additional Python3 dependencies can be added to requirements.txt
  • Tests are located in ./tests
  • To run the docker container with the basic requirements, dependencies, and the package installed:
    $ docker-compose up