Changes the type of work for a batch of tasks.
Changes the type of work for a batch of tasks and their related time entries.
<Check><b>Required Permissions</b>: 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 tasks, no special permissions are required.</Check><Info>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.</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
The model to change types.
typeOfWorkId
The id of the task type.
taskIds
The list of task ids.
changeTimeEntries
Whether the related time entries should be moved to the same type of work.
Response
No Content