Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

Manual and automatic modes use the same configuration and algorithm for work time calculation.

Table of Contents

Table of Contents

Configuration

You can set the working days in plugin configuration while number of working hours per day is set in JIRA time tracking configuration.

...

In "different days" scenario our smart algorithm detects overnight and over-the-weekend work and skips redundant time to log only real working hours, e.g.:

  • Timer starts at 1pm one day and stops at 9am next day - "4h" is saved to JIRA worklog
  • Timer starts at 5pm one day and stops at 11am next day - "2h" is saved to JIRA worklog
  • Timer starts at 5:45pm one day and stops 9am next day 

Let's explain the second example:

Because the start/stop timer events happened in different days, it means there was "overnight" time tracked and we definitely don't want to save it to JIRA worklog so our smart calculation starts. 

...