Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 473 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 473 Bytes

redtrack

time tracking app for redmine using javafx

Redtrack

config

config file is located at ~/.redtrack/config.properties must contain:

#url of the redmine installation
base_url=https\://my.url.com/path/to/redmine/
#user api key
api_key=foobar

and can optionally contain:

#only show issues assigned to the user
assigned_only=true

The API key can be retrieved in redmine at $base_url/my/account