Skip to end of banner
Go to start of banner

groupExists

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

  • No labels