admRemoveAllIssueTypeScreenSchemeAssociations
Syntax | admRemoveAllIssueTypeScreenSchemeAssociations(projectKey) | Package | adm |
Alias | Pkg Usage | removeAllIssueTypeScreenSchemeAssociations(projectKey) |
Description
Removes all the associations between issue types and screen schemes in the context of a certain project's Issue Type Screen Scheme. Only the issue types that belong to the project are affected.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
projectKey | String | Yes | The project key |
Return Type
Boolean
Returns 'true' if the associations were removed and 'false' if not.
Example
boolean result = admRemoveAllIssueTypeScreenSchemeAssociations("DEMO");