Creates a new task dependency.

POST

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

Required Permissions: Any authenticated user.

Request

This endpoint expects an object.
predecessorIdstringOptional
The Id of the predecessor. One task can have multiple predecessor.
successorIdstringOptional
The Id of the successor. One task can have one successor.

Response

This endpoint returns an object
predecessorIdstringOptional
The Id of the predecessor. One task can have multiple predecessor.
successorIdstringOptional
The Id of the successor. One task can have one successor.
idstringOptional
The id of the task dependency.
createdOndatetimeOptional
The date this task dependency was created.
createdBystringOptional
The id of the user who created this task dependency.
updatedOndatetimeOptional
The date this task dependenc was last modified.
updatedBystringOptional
The id of the user who last modified this task dependency.