Group JQL Functions

Available JQL functions on this section are:


groupMatches()

Perform searches based on groups which their name match with the provided regular expression.

Note:
This function uses Java native String.matches() method internally to determine the groups affected by the given expression.
See Pattern Java Class fo further information.

groupsOf()

Perform searches based on groups that the given user belongs to.
If any user is provided, it will return all the groups that the current user belongs to.

JQL Function Reference