/
Check if user has Application Access
Check if user has Application Access
Check whether a given user has Application Access. This can be used for all types of projects, using the relevant ‘Right to Use’ group. For example, Jira Service Management’s ‘Right to Use’ group is ‘jira-servicedesk-users’ and a Jira Software Project group is ‘jira-software-users’.
var user = jemhUtils.getUserByEmail("my@email.com");
if (groupManager.isUserInGroup(user, "jira-software-users"))
{
print("User in group");
}
else
{
print("User not in group");
}
, multiple selections available,
Related content
Enable non-Jira account holders User Creation
Enable non-Jira account holders User Creation
Read with this
Common Problems
Common Problems
Read with this
How to detect if you are Creating or Commenting
How to detect if you are Creating or Commenting
Read with this