Creates a new task dependency.

Required Permissions: To create a task dependency, the user needs to be the assignee of both tasks or have ProjectPlanning permissions in general or in the project the tasks are related to.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
predecessorIdUUIDOptional
The Id of the predecessor. A task can have multiple predecessors through multiple dependency relationships.
successorIdUUIDOptional
The Id of the successor. A task can have multiple successors through multiple dependency relationships.

Response

OK
predecessorIdUUID or null
The Id of the predecessor. A task can have multiple predecessors through multiple dependency relationships.
successorIdUUID or null
The Id of the successor. A task can have multiple successors through multiple dependency relationships.
idUUID or null
The id of the task dependency.
createdOndatetime or null
The date this task dependency was created.
createdByUUID or null
The id of the user who created this task dependency.
updatedOndatetime or null
The date this task dependenc was last modified.
updatedByUUID or null
The id of the user who last modified this task dependency.