getUsersFromOrganizations (Power Scripts)
We've encountered an issue exporting this macro. Please try exporting again later.
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
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.
