admCreateProject

Description

Returns true if the project has been created.

Parameters

Return Type

Boolean

Returns true if the project has been created.

Example

use "adm"; persistent int countCMP=0; string keyprj = "CX"+ countCMP++; string nameprj= "One very complex project" + countCMP; boolean ret = createProject(keyprj, nameprj, "For fun", "software", null, null, currentUser(), false, permissionScheme("Default Permission Scheme").id, issueSecurityScheme("Simplified Issue Security Scheme").id, notificationScheme("Default Notification Scheme").id, null, issueTypeScheme("Default Issue Type Scheme").id, issueTypeScreenScheme("Default Issue Type Screen Scheme").id, workflowScheme("classic").id);

See also

Filter by label

There are no items with the selected labels at this time.