admCreateProject

Description

Creates a new project, optionally offering support for category of the project

Parameters

Return Type

Boolean (true/false)

Returns 'true' if the project was created and 'false' if not.

Examples

Example 1

admCreateProject("T3", "Thunderbolt3", "Three thunderbolts in a single hole", "zeus", "http://thunderbolts.olimpus.gr", "PUBLIC", false, 0);

Example 2

admCreateProject("T3", "Thunderbolt3", "Three thunderbolts in a single hole", "zeus", "http://thunderbolts.olimpus.gr", "PUBLIC", false, 0, "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

 

See also