Skip to content
Robert Kranz edited this page Aug 7, 2013 · 3 revisions

A time tracker is generally just a timer with annoted informations.
You start it in the overview page by pressing the start button. Before starting you can either specify a simple comment or you choose an issue in the autocomplete dropdown, which opens when writing an issue number in the input.
There can only be one active timetracker per user.
The time tracker is always saved in the database and gets updated with every change in the form at the top of the overview page.
Besides stopping the timer the stop button does one of two actions depending whether there is a project selected or not. If there is no project selected, only a timelog will be generated according the informations of the time tracker. The other case also generates a booking for all the logged time of the timelog.
The Round Time checkbox rounds the time saved in timelog and booking when stopping the timer. The time gets round to the steps from the settings considering the rounding down limit also from the settings.

Clone this wiki locally