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 3 Current »

  • memberOf(String username, String groupName) checks whether an username is member of a group.

Example: how to check whether the currentUser is member of a group:


select 
 memberof((select jira from aux.currentuser), 'jira-core-users') as "memberOf"
from 
 dual


  • No labels