deleteOrganization
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Syntax | deleteOrganization(organization) | Package |
|
Alias |
| Pkg Usage |
|
Description
Removes a customer organization.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
organization | String | Yes | The organization name. |
Return Type
Boolean
Returns "true" if the operation succeeded.
Example
return deleteOrganization("My Organization");See also
Peacock