...
Table plus | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
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 | ||
---|---|---|
| ||
userExists("Administrator"); |
...
...
Table plus | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Boolean
A "true" return value means that there is a registered Jira user associated with the specified username or userkey.
Code Block | ||
---|---|---|
| ||
userExists("Administrator"); |
...