Changes the project of the task list with the specified id.

POST

This endpoint also moves all tasks and time entries to the new project. This will also change the tracked time sum of the old and new projects. The task status mapping will move all tasks of a certain status to the new provided status on the mapping.

Required Permissions: Any authenticated user.

Path parameters

projectIdstringRequired

The id of the project.

taskListIdstringRequired

The id of the task list.

Request

This endpoint expects an object.
projectIdstringRequired

The id of the project the list will be moved to.

taskStatusMappinglist of objectsRequired

The task status mapping from old task status to new task status.