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

Version 1 Next »

Availability

This routine is available since katl-commons 1.0 .

Syntax:

userExists(user)

Description:

Verifies if the selected user is registered JIRA user.

Parameters:

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:

userExists("Administrator");

Returns: True if Administrator is the username of a registered JIRA user, or False otherwise.

Notes:

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

See Also:

  • No labels