admAddGroupToProjectRole

Description

Adds a single group to a project role if the group is not already in that role.

Parameters

Return Type

Boolean

Returns "true" if operation succeeded.

Example

addGroupToProjectRole("dev-group", "TEST", "Developers");

See also