How to Create Sub-Tasks

If you need multiple layers of nesting, I suggest creating a relation from the task type to itself, using a one-to-many relation (assuming that ‘child’ tasks can only have one ‘parent’ task, but a parent task can have multiple children).
You will probably find hierarchical lists a good way to represent the multiple nesting (they’re pretty similar to smart folders in behaviour, and they’re no longer a beta feature :slight_smile: ).

3 Likes