Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns "true" if the specified group name denotes a registered Jira group or "false" if the group name is unknown.

Example

Code Block
languagejs
groupExists("Administrators");

...