/
organizationExist
organizationExist
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
organizationExist
organizationExist
More like this
organizationExist (Power Scripts)
organizationExist (Power Scripts)
More like this
addOrganization
addOrganization
More like this
addOrganization
addOrganization
Read with this
getAllOrganizationIds
getAllOrganizationIds
More like this
getOrganizationNameById
getOrganizationNameById
More like this