Creates a new task dependency.

<Check title="Required Permissions" icon="key">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.</Check>

Authentication

AuthorizationBearer

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

Request

The task Dependency form payload.
predecessorIdstringOptionalformat: "uuid"
The Id of the predecessor. A task can have multiple predecessors through multiple dependency relationships.
successorIdstringOptionalformat: "uuid"
The Id of the successor. A task can have multiple successors through multiple dependency relationships.

Response

OK
predecessorIdstringformat: "uuid"
The Id of the predecessor. A task can have multiple predecessors through multiple dependency relationships.
successorIdstringformat: "uuid"
The Id of the successor. A task can have multiple successors through multiple dependency relationships.
idstringformat: "uuid"
The id of the task dependency.
createdOndatetime
The date this task dependency was created.
createdBystringformat: "uuid"
The id of the user who created this task dependency.
updatedOndatetime
The date this task dependenc was last modified.
updatedBystringformat: "uuid"
The id of the user who last modified this task dependency.

Errors

400
Bad Request Error
404
Not Found Error