admCreateGroup

Description

Create a single group to a project role if the group does not already exist.

Parameters

Return Type

Boolean

Returns "true" if operation succeeded.

Example

createGroup("Test");

Result: A new group "Test" will be created.

See also