Important note [Retirement of icTime] and [Retirement of biz] on December 29th, 2023

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

Creates a new project in JIRA based on an existing one.

Example Call

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.

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

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

The following elements/relations of a JIRA project are always copied and can't be configured:

  • Project description and avatar, if applicable
  • Permission Scheme
  • Notification Scheme
  • Issue Type Scheme
  • Workflow Scheme
  • Screen Scheme
  • Field Configuration Scheme
  • Role Configuration

If you need any other kind of data/operations related to JIRA issues, use the JIRA REST API (https://docs.atlassian.com/jira/REST/).

  • No labels