summaryrefslogtreecommitdiff
path: root/docs/time-tracking.markdown
blob: 575a00947f6755b560028b9955b0f695662eb311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Time Tracking
=============

Time tracking information can be defined at the task level or at the subtask level.

Task time tracking
------------------

![Task time tracking](http://kanboard.net/screenshots/documentation/task-time-tracking.png)

Tasks have two fields:

- Time estimated
- Time spent

These values represents hours of work and have to be set manually.

Subtask time tracking
---------------------

![Subtask time tracking](http://kanboard.net/screenshots/documentation/subtask-time-tracking.png)

Subtasks also have the fields "time spent" and "time estimated".
However, when you set a value for those fields, **the task time tracking values becomes the sum of all subtask values**.

User time tracking
------------------

In the board settings, you can enable subtasks time tracking for users.

Each time a subtask status change, the start time and the end time are saved in a seperate table automatically.
The time spent is automatically calculated for tasks and subtasks when the subtask is completed.

- Changing subtask status from "todo" to "in pogress" logs the start time
- Changing subtask status from "in progress" to "done" logs the end time but also update the time spent of the subtask and the task

The breakdown by user is also visible in the tasks details:
I