Versions Compared

Key

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

Creates a new project in JIRA based on an existing one. For details, refer to http://www.interconcept.de/bizdoc/de/iconcept/icbiz/rest/CpProjectRes.html.

Example Call (Method GET)

Code Block
https://example.com/myjira/rest/icbiz/1.0/project/copy?sourceProjectKey=ABC&targetProjectKey=DEF&targetProjectName=NewName&copyComponents=true&copyVersions=true&copyIssues=true

...