${task:getAllUsers()}

Gets all users found in all assignments for the given tasks.

When allUsers is non-null, adds users to the provided set. Otherwise creates a new set.

Returns the set of all users.

Example

${task:getAllUsers(allUsers, tasks)}

Function Information