getUsersFromOrganizations (Power Scripts)

The use of this routine 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