DuplicateProject
To create a duplicate copy of the project.
Input
Name | Type | Required | Description |
ProjectId | String | True | Globally unique identifier for the project. |
NewProjectName | String | True | The name of the new project. |
Include | String | True | The fields that will be duplicated to the new task. The accepted values are members, notes, task_notes, task_assignee, task_subtasks, task_attachments, task_dates, task_dependencies, task_followers, task_tags, task_projects. For more than One values, please separate with comma(,). |
TeamId | String | False | Sets the team of the new project. If team is not defined, the new project will be in the same team as the the original project. |
DueOn | Date | False | Sets the last due date in the duplicated project to the given date. The rest of the due dates will be offset by the same amount as the due dates in the original project. This takes a date with format YYYY-MM-DD. |
StartOn | Date | False | Sets the first start date in the duplicated project to the given date. The rest of the start dates will be offset by the same amount as the start dates in the original project. This takes a date with format YYYY-MM-DD. |
SkipWeekends | Boolean | False | Determines if the auto-shifted dates should skip weekends. |
Result Set Columns
Name | Type | Description |
Status | String | The status of the operation. |