admCreateProjectWithSharedConfiguration
Description
Creates a new project, optionally offering support for category of the project. Creates the project and configures it with the security level, workflow scheme, etc, as in another project.
After creating the project will attempt to copy the following schemes:
Field Configuration Scheme
Issue Security Scheme
Issue Type Scheme
Issue Type Screen Scheme
Notification Scheme
Permission Scheme
Workflow Scheme
Parameters
Return Type
Boolean (true/false)
Returns 'true' if the project was created and scheme was applied. In other case returns 'false'.
Examples
Example 1
admCreateProjectWithSharedConfiguration("T3", "Thunderbolt3", "Three thunderbolts in a single hole", "zeus", "http://thunderbolts.olimpus.gr", "PUBLIC", false, 0, "OLYMP");
Example 2
admCreateProjectWithSharedConfiguration("T3", "Thunderbolt3", "Three thunderbolts in a single hole", "zeus", "http://thunderbolts.olimpus.gr", "PUBLIC", false, 0, "OLYMP", "business");
Attempts to create a project with the same key or name as an existing project will result in an error
Executing user must have permissions to create projects