task_relations_add
Create a relation between two tasks by specifying source task ID, target task ID, and relation type such as subtask, blocking, or follows.
Instructions
Create a relation between two tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The source task ID | |
| otherTaskId | Yes | The target task ID | |
| relationKind | Yes | Relation type: subtask, parenttask, related, duplicateof, duplicates, blocking, blocked, precedes, follows, copiedfrom, copiedto |