groupExists
Description
Verifies if the selected group is a registered Jira group.
Parameters
Return Type
Boolean
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
Peacock