Description
Determines if a provided user has administration privileges in the current Jira environment.
Parameters
Return Type
Boolean (true/false)
Returns "true" if the user is a valid administration user and "false" otherwise.
Example
runnerLog(isUserAdmin(currentUser()); runnerLog(isUserAdmin("jsmith"));
See also