Skip to end of banner
Go to start of banner

isUserAdmin

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

« Previous Version 2 Current »

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

  • No labels