Skip to main content

Duplicate an existing project

POST 

/project-management/api/v1/projects/:id/duplicate

Creates a copy of an existing project including its phases, work items, and milestones. Customer-specific data (customer, owners, team members, dates) is not copied. The duplicated project name will be prefixed with 'Copy-'. Request body is optional; omit or send {} to use default project name and no customer override.

Request

Responses

Created