summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-05-10 17:51:48 -0400
committerFrederic Guillot <fred@kanboard.net>2015-05-10 17:51:48 -0400
commita845e3f47891eca6cdfd8082cdfddbbef0eeecd1 (patch)
tree2202611ff4703196edc52d2d5f257692f3d95fe3 /docs
parentd75e2fcaa7ac6ce4bfb222e9bc91a85023bf1649 (diff)
Add doc about recurring tasks
Diffstat (limited to 'docs')
-rw-r--r--docs/recurring-tasks.markdown22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/recurring-tasks.markdown b/docs/recurring-tasks.markdown
new file mode 100644
index 00000000..0253b9b7
--- /dev/null
+++ b/docs/recurring-tasks.markdown
@@ -0,0 +1,22 @@
+Recurring tasks
+===============
+
+- Recurring tasks are duplicated to the first column of the board when the selected events occurs
+- The due date can be recalculated automatically
+- Each task records the task id of the parent task that created it and the child task created
+
+Configuration
+-------------
+
+Go to the task view page or use the dropdown menu on the board, then select **Edit recurrence**.
+
+![Recurring task](http://kanboard.net/screenshots/documentation/recurring-tasks.png)
+
+There are 3 triggers that currently create a new recurring task:
+
+- Moving a task from the first column
+- Moving a task to the last column
+- Closing the task
+
+Due dates, if set on the current task, can be recalculated by a given factor of days, months or years.
+The base date for the calculation of the new due date can be either the existing due date, or the action date.