jiti

jira time logging script


Install
pip install jiti==1.1

Documentation

jiti

Not sure if I'm that lazy or jira's interface is that bad.

demo jiti

Installation

Install it from pypi:

pip install --user jiti

Create config file:

touch ~/.jiti_credentials

Example credentials file:

[credentials]
host=https://your-jira-address.atlassian.net
email=email
token=your api token

You can obtain your api token here

Usage

You can log hours in two ways, just simply run jiti and it will prompt you for details:

or

jiti --ticket OP-808 --time 10m --date 2019-09-01

Please note that date is not mandatory, leaving it empty will set logging date to present day.