Info |
---|
|
This routine is available starting with katl-commons 3.0.8. This routine is available for Jira server and cloud deployment options. |
Syntax
...
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 | removeGroupFromProjectRole(group, project, role) | Package | adm | Alias | removeGroupFromProjectRole | 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
booleanBoolean
Returns "true" if operation succeeded.
Example
Code Block |
---|
admRemoveGroupFromProjectRoleremoveGroupFromProjectRole("dev-group, "TEST", "Developers"); |
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jiragroup_roleadmin_routine" and space = currentSpace ( ) |
---|
labels | jiraarray_role_routineroutines |
---|
|