/caato_redmine

Synchronization tool from Caato Time Tracker to Redmine.

Primary LanguagePython

Caato-redmine

Caato-redmine is a simple command-line script, which helps to synchronize tracked time from Caato Time Tracker to Redmine project management application.

Configuration

REDMINE_HOSTNAME — URL of your Redmine instance

REDMINE_API_KEY — your personal API key, available in My account section

REDMINE_DEFAULT_ACTIVITY - title of activity, you'd like to use for synchronization.

Usage

Provide path to your exported CSV, so you can view time entries:

python caato_redmine.py -p /path/to/your/file.csv

Or to synchronize them all:

python caato_redmine.py -p /path/to/your/file.csv -s

Requirements