The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
|
Returns the Ids of all Service Desk organizations. |
Returns the Ids of all Service Desk organizations.
Number
Returns a number array of organization Ids.
return getAllOrganizationIds(); |
Result: 11|12|13|14
for(number id in getAllOrganizationIds()) { runnerLog(getOrganizationNameById(id)); } |
Result: "Company A" "Company B" "Company C"