admAssociateIssueTypeScreenScheme

Description

Associates an issue type with a screen scheme in the context of a certain project's Issue Type Screen Scheme.

Parameters

Return Type

Boolean

Returns 'true' if the association was created and 'false' if not.

Example

boolean result = admAssociateIssueTypeScreenScheme("DEMO", "Epic", "DEMO: Project Management Screen Scheme");

See also