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.
Required Permissions
Any authenticated user.Path parameters
projectId
The id of the project.
taskListId
The id of the task list.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
projectId
The id of the project the list will be moved to.
taskStatusMapping
The task status mapping from old task status to new task status.
Response
OK