getUsersFromOrganizations
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Syntax | getUsersFromOrganizations(organizations) | Package |
|
Alias |
| Pkg Usage |
|
Description
Gets users from a specified organization or list of organizations.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
organizations | String [] | Yes | The organizations names. |
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