Feature Description
Summary
When creating a subtask from a parent task, there is currently no way to inherit properties from the parent task.
This creates friction and inconsistency when managing hierarchical task structures.
Desired Behavior
When creating a subtask from a parent task, allow users to:
- Select which properties to inherit from the parent
- Define default inheritance rules (global setting or per-template)
Example:
Parent task:
projects: [[NAS Project]]
master_project: [[NAS]]
document_type: Project Task
Subtask expected result
``yaml
projects: [[NAS Project]]
master_project: [[NAS]]
parent_task: [[Parent Task]]
document_type: Project Task
Feature Description
Summary
When creating a subtask from a parent task, there is currently no way to inherit properties from the parent task.
This creates friction and inconsistency when managing hierarchical task structures.
Desired Behavior
When creating a subtask from a parent task, allow users to:
Example:
Parent task: