Changes the project of the task with the specified id.

Changes the project of the task with the specified id. This call also moves all subtasks of the task to the new project. This also changes the tracked time sum of the new project and the previous project. The related time entries of this task will also be moved to the new project. <Check title="Required Permissions" icon="key">The user must have `project-planning-data:write` permissions on both projects.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.
taskIdstringRequiredformat: "uuid"
The id of the task.

Request

The model to change the project of the task.
projectIdstringOptionalformat: "uuid"
The id of the project the task is assigned to.
taskStatusMappinglist of objects or nullOptional
The task status mapping from old task status to new task status.
taskStatusIdstring or nullOptionalformat: "uuid"Deprecated

Deprecated: use TaskStatusMapping instead. The id of the new status the task is assigned to.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error