Skip to content

GreyRook/gr-harvest-helper

Repository files navigation

Harvest Issue Board Plugin

This extension adds a Harvest time tracking button for Jira, Zammad and GitLab issues (active sprints page, issue page). No synchronization to the webpage is done, all data stays in Harvest.

Usage

Select the ticket, then click on the extension icon in the upper right corner. A popup will open where you can specify project and task and set the desired starting time (which defaults to now). A permanent link to the selected issue will be added to the Harvest item automatically.

Earlier versions of this plugin displayed a time tracking button on Jira — this got removed. Details.

Why this project was started

The official harvest-jira integration is done via a Jira plugin — which might not be possible or desirable in some cases (for example you don't have an admin account on your client's Jira instance).

Screenshot

Example

Install the development version

  • Get the code:
    • Either clone this repo (git clone git@github.com:GreyRook/gr-harvest-helper.git)
    • Or download as a zip and unzip it (https://github.com/GreyRook/gr-harvest-helper/archive/master.zip)
  • Go to Chrome's extensions page (chrome://extensions/)
  • Disable the Chrome Store version of this extension (if installed)
  • Enable developer mode via the toggle in the top right
  • Click on "Load unpacked" (top left button) and choose the folder of the cloned repo