/
organizationExist (Power Scripts)
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
, multiple selections available,
Related content
addCustomerToOrganization (Power Scripts)
addCustomerToOrganization (Power Scripts)
Read with this
organizationExist
organizationExist
More like this
organizationExist
organizationExist
More like this
getOrganizationNameById
getOrganizationNameById
More like this
getOrganizationNameById (Power Scripts)
getOrganizationNameById (Power Scripts)
More like this
getUsersFromOrganizations (Power Scripts)
getUsersFromOrganizations (Power Scripts)
More like this