v1
latestOpenAPI 3.1.02026-08-066984441.1 MBtaskLists
Creates a copy of the task list.
A new task list will be created with the same name as the original one. All tasks and subtasks will also be copied in this operation. Comments, files and activity logs are not copied. To copy a task list, the user needs to have 'ProjectPlanning' permissions in general or in the project the task list belongs to.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
post/projects/{projectId}/tasklists/{taskListId}/copy
Path parameters
projectIdstring uuid required
The id of the project.
taskListIdstring uuid required
The id of the task list.
Headers
Authorizationstring required
Bearer authentication
Response
OK