Changes the base type for a batch of tasks.

POST

Changes the base type for a batch of tasks. This operation will remove the task from the lists it is in. If the task is a parent task, all subtasks are changed as well. If the task has task dependencies to tasks not in the given list of task ids, those will be removed as well. If the task baseType is already the correct base type, no changes are made. The status of the task is matched automatically to the first status of the new basetype based on order and type.

Required Permissions: The required permissions depend on the base type of the task. If the task is a project task, write permissions on the project-planning-data feature are required. For a user’s private task, no special permissions are required.
Returns 204 NoContent if all tasks have been changed successfully. Returns 207 MultiStatus if at least one task could not be changed, including the reasons.

Request

This endpoint expects an object.
baseType"private" or "projecttask"Required
Allowed values: privateprojecttask
The type the tasks should be migrated to. Possible values are 'private' or 'projecttask'.
entityIdstringRequired
The id of the entity. The id of the project if the base type is 'projecttask' or the id of the user if the base type is 'private'.
taskIdslist of stringsRequired
The list of task ids.