...
Code Block |
---|
https://example.com/myjira/rest/icbiz/1.0/project/copy?sourceProjectKey=ABC&targetProjectKey=DEF&targetProjectName=NewName©Components=true©Versions=true©Issues=true |
Parameter | Description | Remarks | ||
---|---|---|---|---|
sourceProjectKey | Key of the project you want to copy/use as template. | mandatory | ||
targetProjectKey | (Unique) key of the new project. | mandatory | ||
targetProjectName | (Unique) name of the new project. | mandatory | ||
copyVersions | If checked, versions are copied, too. | |||
copyComponents | If checked, components are copied, too. | |||
copyIssues | If checked, issues are copied, too. | Issues are copied with attachments and with sub-tasks, but without
| ||
copyDashFilters | If checked, dashboard and issue filters are copied, too. |
...