Creates a new project in JIRA based on an existing one.
icbiz JavaDoc
For details, refer to http://www.interconcepticoncept.de/bizdoc/de/iconcept/icbiz/rest/CpProjectRes.html.
Remarks
Parameter | Description | Remarks | ||
---|---|---|---|---|
copyIssues | If true, issues are copied, too. | Issues are copied with attachments and with sub-tasks, but without
Issues will be created in status "Open". The original status will be ignored.
|
Note |
---|
The API user nee ds the the global "JIRA Administrator" permission to create/copy projects. There might be other permissions required (e.g. create issue). If certain permissions are missing (e.g. create issues), the project might be created/copied, but e.g. the issues are not copied. |
Info |
---|
The following elements/relations of a JIRA project are always copied and can't be configured:
|
Tip |
---|
If you need any other kind of data/operations related to JIRA issues, use the JIRA REST API (https://docs.atlassian.com/jira/REST/). |
...