/
getUsersFromOrganizations (Power Scripts)
getUsersFromOrganizations (Power Scripts)
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Description
Gets users from a specified organization or list of organizations.
Parameters
Return Type
String []
Returns all the users from an organization.
Examples
Example 1
return getUsersFromOrganizations({"First Organization", "Second Organization"});
Example 2
return getUsersFromOrganizations("My Organization");
See also
Peacock
, multiple selections available,
Related content
getUsersFromOrganizations
getUsersFromOrganizations
More like this
getUserOrganizations
getUserOrganizations
More like this
getOrganizationNameById (Power Scripts)
getOrganizationNameById (Power Scripts)
More like this
getOrganizationUserList
getOrganizationUserList
More like this
organizationExist (Power Scripts)
organizationExist (Power Scripts)
More like this
getOrganizationNameById
getOrganizationNameById
More like this