organizationExist
We've encountered an issue exporting this macro. Please try exporting again later.
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Syntax | organizationExist(organizationName) | Package | |
Alias | Pkg Usage |
Description
Verifies whether a given organization is a registered JSD organization.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
organizationName | String | Yes | Name of the selected organization |
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
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.
