diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-05 22:19:49 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-05 22:19:49 -0400 |
commit | 1f1a0553b099d5961307d8d2ddd660e3ac968f8c (patch) | |
tree | 8e728fb9d7215366a5e606b480817cacf95d0b89 /docs/transitions.markdown | |
parent | 010145e36c6cd5ac7ebb453ea19e70e384c0e870 (diff) |
Add more documentation
Diffstat (limited to 'docs/transitions.markdown')
-rw-r--r-- | docs/transitions.markdown | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/transitions.markdown b/docs/transitions.markdown new file mode 100644 index 00000000..c32f696a --- /dev/null +++ b/docs/transitions.markdown @@ -0,0 +1,20 @@ +Task transitions +================ + +Transitions record each movement of the tasks between columns. + +![Transitions](http://kanboard.net/screenshots/documentation/transitions.png) + +Available from the task view, you can see those information: + +- Date of the action +- Source column +- Destination column +- Executer (user that move the task) +- Time spent in the origin column + +Task transition data can also be exported from the project settings page. + +![Transitions Export](http://kanboard.net/screenshots/documentation/transitions-export.png) + +For the specified time range you will generate a CSV file that you can use with any spreadsheet software. |