findWithRole

    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.

    This article applies to Exalate Classic only. For New Exalate, refer to this documentation


    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")