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.
predecessorIdstringOptionalformat: "uuid"

The Id of the predecessor. One task can have multiple predecessor.

successorIdstringOptionalformat: "uuid"

The Id of the successor. One task can have one successor.

Response

OK

predecessorIdstringOptionalformat: "uuid"

The Id of the predecessor. One task can have multiple predecessor.

successorIdstringOptionalformat: "uuid"

The Id of the successor. One task can have one successor.

idstringOptionalformat: "uuid"

The id of the task dependency.

createdOndatetimeOptional

The date this task dependency was created.

createdBystringOptionalformat: "uuid"

The id of the user who created this task dependency.

updatedOndatetimeOptional

The date this task dependenc was last modified.

updatedBystringOptionalformat: "uuid"

The id of the user who last modified this task dependency.

Built with