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

Changed in 3 of the 23 revisions of this API.6

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added