Skip to end of banner
Go to start of banner

userExists

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 7 Current »

Description

Verifies if the selected user is registered Jira user.

Parameters

Return Type

Boolean

A "true" return value means that there is a registered Jira user associated with the specified username or userkey.

Example

userExists("Administrator");

Returns "true" if Administrator is the username of a registered Jira user and "false" otherwise.

The look-up is first made after the userkey, then after the username.

See also

We've encountered an issue exporting this macro. Please try exporting this page again later.
  • No labels