Attention!
This method does not take into account a project for the currently synchronized issue. It collects all of the users with a specified role in each project without eliminating duplicates.
Signature
| Helper | userHelper |
| Signature | findWithRole(String role) |
| Description | Returns a list of users with the specified role in any of the existing projects. |
| Introduced in | 0.12.0 |
Example use
def users = userHelper.findWithRole("developers")