Skip to main content

A cli utility to book time in jira

Project description

jira-timetracking-cli

This tool can be used to book times into JIRA issues. This tool uses the internal rest api (v3) of JIRA and therefore can be subject to change. Use it on your own risk!

Installation

Create new virtualenv virtualenv ./venv, activate it source venv/bin/activate install all requirements pip install -r requirements.txt. Then build the project using pyinstaller book-time.spec. Add dist/book-time to your $PATH and use it.

Usage

Before using the tool you need to specify the following environment variables:

  • JIRA_URL: The jira base url. Eg. https://jira.test.com/
  • JIRA_USER: Your JIRA user (eg. email address)
  • JIRA_TOKEN: Your API access token

See help for more information about the arguments: book-time -help. Examples:

book-time -yesterday -ticket ABC-1234 -duration 3h15m -at 12:45
book-time -today -ticket ABC-1234 -duration 3h15m -at 12:45
book-time -ticket ABC-1234 -duration 3h15m -date 28-10-22 -now
book-time -ticket ABC-1234 -duration 3h15m -date 28-10-22 -at 12:45

If you don't want to set a specific time and instead always book at the same time, you can just use an alias:

alias book-time='book-time -at 10:00'

Completion

source <(book-time completion)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jira_timesheet_cli-0.1.1a3.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

jira_timesheet_cli-0.1.1a3-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page