diff options
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 +------------------- + +![Lead and cycle time](http://kanboard.net/screenshots/documentation/task-lead-cycle-time.png) + +- 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 +--------------------------- + +![Time spent into each column](http://kanboard.net/screenshots/documentation/time-into-each-column.png) + +- This chart show the total time spent into each column for the task. +- The time spent is calculated until the task is closed. |