Availability
- This routine is available starting with SIL Engine™ 1.0.
- This routine is available for Jira server and cloud deployment options.
Syntax
groupExists(grp)
Description
Verifies if the selected group is a registered Jira group.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
group name | string | Yes | Name of the group that will be verified. |
Return type
boolean (true/false)
Returns "true" if the specified group name denotes a registered Jira group or "false" if the group name is unknown.
Example
groupExists("Administrators");
Result: "True" if Administrators is a registered Jira group. "False" if Administrators is not a registered Jira group.
See also