Task Relations

Create task relation

Link two tasks. Authorization is scoped to the source task's workspace.

post/task-relation

Request body

sourceTaskIdstring required
targetTaskIdstring required
relationType'subtask' | 'blocks' | 'related' required

Response

The created relation

idstring required
sourceTaskIdstring required
targetTaskIdstring required
relationTypestring required

How the two tasks relate: subtask, blocks, or related.

createdAtstring date-time required

Changes