diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-08 22:09:24 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-08 22:09:24 -0400 |
commit | 8da11d6e030b8144250b71a5874a14fe835e837e (patch) | |
tree | 77a96c74d6b6a0a4bcbc3f15edd9ad68422275cd /docs/analytics-tasks.markdown | |
parent | f4fc02130ad7ee10f25baceb6bd00511d9de259d (diff) |
Update documentation about lead and cycle time
Diffstat (limited to 'docs/analytics-tasks.markdown')
-rw-r--r-- | docs/analytics-tasks.markdown | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/analytics-tasks.markdown b/docs/analytics-tasks.markdown new file mode 100644 index 00000000..c5acea5f --- /dev/null +++ b/docs/analytics-tasks.markdown @@ -0,0 +1,24 @@ +Analytics for tasks +=================== + +Each task have an analytics section available from the left menu in the task view. + +Lead and cycle time +------------------- + + + +- The lead time is the time between the task creation and the date of completion (task closed). +- The cycle time is the time between the start date and the date of completion. +- If the task is not closed the current time is used instead of the date of completion. +- If the start date is not specified, the cycle time is not calculated. + +Note: You can configure an automatic action to define automatically the start date when you move a task to the column of your choice. + +Time spent into each column +--------------------------- + + + +- This chart show the total time spent into each column for the task. +- The time spent is calculated until the task is closed. |