Project

General

Profile

Plugins Directory » Harvest Timelog

Author: Benjamin Wong
Website: http://github.com/railsant/redmine_harvest_timelog
Code repository: git://github.com/railsant/redmine_harvest_timelog.git
Registered on: 2011-03-25 (about 13 years ago)
Current version: 0.0.3
Compatible with: Redmine 1.0.x, 1.1.x, 1.2.x
User ratings:   (0)

Plugin which integrates Redmine Timelog with Harvest app (http://harvestapp.com).

After you have completed the Installation and configuration of the plugin, when you enter a timelog in redmine, it will also post the timelog to Harvest with the same comment.

Developed by : Rails Ant: agile web development

Installation notes

Instalation

Install the plugin as described at: http://www.redmine.org/wiki/redmine/Plugins,

Configuration

Before you can actually use the plugin within the preferred projects some setup has to be done first.

  • Go to "Administration -> Custom fields" and create a Project custom field of the type "integer", named 'Harvest Project ID' for example.
  • Go to "Administration -> Custom fields" and create a User custom field of the type "integer", named 'Harvest User ID' for example.
  • Go to "Administration -> Custom fields" and create a Activities custom field of the type "integer", named 'Harvest Task ID' for example.
  • Go to "Administration -> Custom fields" and create a Version custom field of the type "integer", named 'Harvest Version Project ID' for example. (optional)
  • Go to "Administration -> Plugins -> Redmine Harvest Plugin > Configure" to configure the Harvest plugin:
  • enter Administrator Username and Password in Account Setting
  • select the project custom field which contains the "Harvest Project ID"
  • select the version custom field "Harvest Version Project ID" (optional)
  • select the user custom field "Harvest User ID"
  • select the activity custom field "Harvest Activities ID"
  • Click "Apply"

Changelog

0.0.3 (2011-03-25)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x.