add_task_dependency
add_task_dependencyCreate a dependency between two tasks, specifying whether one blocks, waits on, or is related to the other.
Instructions
Add a dependency relationship between two tasks in Productive.io.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The ID of the task that has the dependency | |
| depends_on_task_id | Yes | The ID of the task being depended upon | |
| type | No | Dependency type: blocking (task_id blocks depends_on), waiting_on (task_id waits on depends_on), related (general relation). Default: blocking. | blocking |