Adds the tasks to the task list with the specified id.
Adds the tasks to the task list with the specified id.
To add a new task to a project task list, the user needs manage permissions on the project-planning-data feature.
<Check title="Required Permissions">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
projectId
The id of the project.
taskListId
The id of the task list.
Request
The ids of the tasks to add to the list.
taskId
The task id added to the list.
order
The order of the task in the list.
Response
OK
id
The id of the list to move the task to or to change the order for.
order
The order of the task in the list.
If null, the task is moved to the end of the list.