Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
https://example.com/myjira/rest/icbiz/1.0/project/copy?sourceProjectKey=ABC&targetProjectKey=DEF&targetProjectName=NewName&copyComponents=true&copyVersions=true&copyIssues=true
Field DescriptionRemarks
Source Project KeysourceProjectKeyKey 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 VersionscopyVersionsIf checked, versions are copied, too. 
Copy ComponentscopyComponentsIf checked, components are copied, too. 
Copy issuescopyIssuesIf checked, issues are copied, too.

Issues are copied with attachments and with sub-tasks, but without

  • comments
  • work logs.
Note

To copy issue, you have to copy components and versions, too!

Copy Dash & FilterscopyDashFiltersIf checked, dashboard and issue filters are copied, too. 

...