Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • 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:


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