getAllOrganizationIds
getAllOrganizationIds
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Description
Returns the Ids of all Service Desk organizations.
Return Type
Number
Returns a number array of organization Ids.
Examples
Example 1
return getAllOrganizationIds();
Result: 11|12|13|14
Example 2
for(number id in getAllOrganizationIds()) {
runnerLog(getOrganizationNameById(id));
}
Result: "Company A" "Company B" "Company C"
See also
Peacock
, multiple selections available,
Related content
getAllOrganizationIds
getAllOrganizationIds
More like this
getAllOrganizationIds (Power Scripts)
getAllOrganizationIds (Power Scripts)
More like this
getOrganizationNameById
getOrganizationNameById
More like this
getOrganizationNameById
getOrganizationNameById
More like this
getOrganizationNameById (Power Scripts)
getOrganizationNameById (Power Scripts)
More like this
getUsersFromOrganizations
getUsersFromOrganizations
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.