Versions Compared

Key

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

...

Parameter name

Type

Required

Description

user

string

Yes

Username or userkey of the verified user.

Return type

boolean (true/false)

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

Example

Example 1

Code Block
userExists("Administrator");

Returns : True "true" if Administrator is the username of a registered Jira user , or False and "false" otherwise.

Notes

Note

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

...