Add doc about recurring tasks
This commit is contained in:
parent
d75e2fcaa7
commit
a845e3f478
|
|
@ -85,6 +85,7 @@ Documentation
|
||||||
- [Task links](docs/task-links.markdown)
|
- [Task links](docs/task-links.markdown)
|
||||||
- [Transitions](docs/transitions.markdown)
|
- [Transitions](docs/transitions.markdown)
|
||||||
- [Time tracking](docs/time-tracking.markdown)
|
- [Time tracking](docs/time-tracking.markdown)
|
||||||
|
- [Recurring tasks](docs/recurring-tasks.markdown)
|
||||||
- [Create tasks by email](docs/create-tasks-by-email.markdown)
|
- [Create tasks by email](docs/create-tasks-by-email.markdown)
|
||||||
|
|
||||||
#### Working with users
|
#### Working with users
|
||||||
|
|
|
||||||
|
|
@ -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**.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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.
|
||||||
Loading…
Reference in New Issue