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.

Required Permissions
Any authenticated user.

Path parameters

projectIdUUIDRequired

The id of the project.

taskIdUUIDRequired

The id of the task.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
projectIdUUIDOptional

The id of the project the task is assigned to.

taskStatusIdUUIDOptional

The id of the new status the task is assigned to.

Response

OK