admRemoveAllIssueTypeScreenSchemeAssociations
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
Return Type
Boolean
Returns 'true' if the associations were removed and 'false' if not.
Example
boolean result = admRemoveAllIssueTypeScreenSchemeAssociations("DEMO");