/
Groups JQL functions
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
"Approvers Group" in userGroups(“username”)
finds the issues where the group the particular user is a member of the selected group in the “Approver Group” group picker field.
Related content
GO! JQL: Essential JQL Functions
GO! JQL: Essential JQL Functions
Read with this
GO! JQL Usage
GO! JQL Usage
Read with this
Mention JQL functions
Mention JQL functions
Read with this
GO! JQL Installation
GO! JQL Installation
Read with this
Attachment JQL functions DC
Attachment JQL functions DC
Read with this
MLTF Fields On Issue
MLTF Fields On Issue
Read with this