add_relation
Link two tasks with a specified relation type, such as subtask, duplicate, blocking, or precedes. Define the base task and target task to control the direction of asymmetric relationships.
Instructions
Relate one task to another. Defaults to a plain, symmetric related link.
Kinds: subtask, parenttask, related, duplicateof, duplicates, blocking, blocked, precedes, follows, copiedfrom, copiedto.
task_id is the base task and other_task_id is the one being related to it.
That direction decides the asymmetric kinds: subtask makes the other task a
child of this one. Needs write access to the base task and read access to the
other; they do not have to be in the same project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| other_task_id | Yes | ||
| relation_kind | No | related |