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
 ParameterDescriptionRemarks
sourceProjectKeyKey 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
copyVersionsIf checked, versions are copied, too. 
copyComponentsIf checked, components are copied, too. 
copyIssuesIf 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!

copyDashFiltersIf checked, dashboard and issue filters are copied, too. 

...