Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns a list with the usernames of the common users for all the specified groups. The result of the routine function is the intersection of the sets of users for each specified group, not the union.

...

This example uses the usersInGroups routine function to get all users in each group individually and then adding them into a predefined array. So the usersInGroups routine function will be called twice: once for jira-administrators and once for jira-developers. Since each time it will be called with a single group, it will return all users from the specified group.

...

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "jira_group_routinefunction" and space = currentSpace ( )
labelsarray_routinesfunctions