Creates a new task dependency.
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.Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The Id of the predecessor. One task can have multiple predecessor.
The Id of the successor. One task can have one successor.
Response
OK
The Id of the predecessor. One task can have multiple predecessor.
The Id of the successor. One task can have one successor.
The id of the task dependency.
The date this task dependency was created.
The id of the user who created this task dependency.
The date this task dependenc was last modified.
The id of the user who last modified this task dependency.