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

Version 1 Next »

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(“Full Name”)

OR

"Approvers Group" in userGroups(“Full Name”)

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

  • No labels