Warning |
---|
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here and leave these dusty old pages behind ! |
Info | ||
---|---|---|
| ||
This routine is available starting with SIL Engine™ 4.5.6. |
Syntax
admRemoveGroupFromGroups(groupsToRemoveFrom, childName)
...
Parameter name | Type | Required | Description |
---|---|---|---|
Groups to remove from | Array of strings | Yes | Group names that the child group should be removed from. |
Child name | String | Yes | Child group to be removed from the parent groups. |
Return type
boolean
Returns "true" if operation succeeded.
...