userHasCoreAccess

Description

Verifies if a user has access to the Jira Core application.

Parameters

Return Type

Boolean

A "true" return value means that the user has access to Jira Core.

Example

return userHasCoreAccess("jsmith");

Returns "true" if the user has access.

See also