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

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. <Check title="Required Permissions">Any authenticated user.</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.
taskListIdstringRequiredformat: "uuid"
The id of the task list.

Request

The model to change the project of the task list.
projectIdstringRequiredformat: "uuid"
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.

Response

OK