Versions Compared

Key

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

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

user

String

Yes

Username or userkey of the verified user. Searches Search is done by the user key first and if there is no result by the user name as wellonly.

Return Type

Boolean

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

Example

Code Block
languagejs
userExists("Administrator");

...