...
Code Block |
---|
https://example.com/myjira/rest/icbiz/1.0/project/copy?sourceProjectKey=ABC&targetProjectKey=DEF&targetProjectName=NewName©Components=true©Versions=true©Issues=true |
Field | Description | Remarks | ||
---|---|---|---|---|
Source Project KeysourceProjectKey | Key of the project you want to copy/use as template. | mandatory | ||
Target Project KeytargetProjectKey | (Unique) key of the new project. | mandatory | ||
Target Project NametargetProjectName | (Unique) name of the new project. | mandatory | ||
Copy VersionscopyVersions | If checked, versions are copied, too. | |||
Copy ComponentscopyComponents | If checked, components are copied, too. | |||
Copy issuescopyIssues | If checked, issues are copied, too. | Issues are copied with attachments and with sub-tasks, but without
| ||
Copy Dash & FilterscopyDashFilters | If checked, dashboard and issue filters are copied, too. |
...