Groups JQL functions

myGroups() / groupsOfCurrentUser()

Search for matching groups for the current user. Supports single and multiple group picker types.

Examples

"Approvers Group" in groupsOfCurrentUser()

OR

"Approvers Group" in myGroups()

finds the issues where the current user is a member of the selected group in the “Approver Group” group picker field.

 

userGroups() / groupsOfUser()

Search for matching groups for a specific user. Supports single and multiple group picker types.

Examples

"Approvers Group" in groupsOfUser(“username”)

OR

finds the issues where the group the particular user is a member of the selected group in the “Approver Group” group picker field.