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

Version 1 Next »

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

  • No labels