isUserActive
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
Availability
This routine is available starting with SIL Engine™ 4.8.0.11.
Syntax
isUserActive(user)
Description
Checks to see if the given user has an active (licensed) account.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
User | String | Yes | Username of user to check account status for. |
Return type
boolean
Returns "true" if the user is active.
Example 1
return isUserActive("jsmith");
Result: True
See also