Info |
---|
|
This routine is available starting with SIL Engine™ 4.5.6. |
Syntax
admRemoveGroup(groupToRemove, swapGroup)
...
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 | removeGroup(groupToRemove, swapGroup) | Package | adm | Alias | removeGroup | Pkg Usage | removeGroup(groupToRemove, swapGroup) | |
Description
Excerpt |
---|
|
Removes a group from Jira. |
Removes a group from Jira.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
Group to remove | String | Yes | The group to be removed. | Swap group | String | Yes | The swap group that identifies the group to change comment and worklog visibility to. | |
Return
...
Type
booleanBoolean
Returns "true" if operation succeeded.
Example Example
Code Block |
---|
admRemoveGroupremoveGroup("Group1","Group2"); |
Result: "Group1" will be removed from Jira and "Group2" is used to change comment and worklog visibility to.
...
Note |
---|
This method will remove the group from any notifications schemes, any associated permissions, and any associated project roles. This method will also update |
...
...
and work-logs that have visibility restrictions set to the current group such that their restrictions will be changed to the swapGroup. |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jiragroup_groupadmin_routine" and space = currentSpace ( ) |
---|
labels | jiraarray_group_routineroutines |
---|
|