organizationExist (Power Scripts)
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Description
Verifies whether a given organization is a registered JSD organization.
Parameters
Return Type
Boolean
A "true" return value means the organization is a registered JSD organization.
Example
boolean exist = organizationExist("someOrganization");
print("Return " + exist);
See also
Peacock