Skip to content

fraulyoner/redmine-time-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Time Tracker

Allows time tracking through accessing the Redmine API.

Usage

Download the project, create a MySQL database and start the application with the Maven Jetty plugin.

Download

Download the latest release

OR

Clone the repository:

git clone https://github.com/murygina/redmine-time-tracker.git

Getting started

Run

mvn clean jetty:run

You can access the application now under the URL localhost:2342. Now you're ready to create events that you can track later in your Redmine/ChiliProject. The data is stored in a database file in your project directory under db directory.

Configuration

Click the navigation point "Konfiguration" to add your custom Redmines/ChiliProjects. You have to provide your API key to be able to access the information through the Redmine API.

Please note that accessing the time entry activities through the Redmine API is possible only for Redmine version >= 2.2 (see Redmine Rest API Documentation) For lower versions the time entry activities must be persisted with their Redmine ID in your database.

License

The code is released under the MIT license.

About

Allows time tracking through accessing the Redmine API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages