Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admRemoveGroupFromProjectRole(group, project, role) | Package | adm | Alias | | Pkg Usage | removeGroupFromProjectRole(group, project, role) | |
Description
Excerpt |
---|
|
Removes a single group from a project role if the group is in that role. |
Removes a single group from a project role if the group is in that role.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
Group | String | Yes | Group name. | Project key | String | Yes | Key of the selected project. | Role name | String | Yes | Name of the role to add the user to. | |
Return Type
Boolean
Returns "true" if operation succeeded.
Example
Code Block |
---|
|
removeGroupFromProjectRole("dev-group, "TEST", "Developers"); |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "group_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|