admRemoveIssueTypeScreenSchemeAssociation

admRemoveIssueTypeScreenSchemeAssociation

Syntax

admRemoveIssueTypeScreenSchemeAssociation(projectKey, issueTypeNameOrId)

Package

adm

Alias

Pkg Usage

removeIssueTypeScreenSchemeAssociation(projectKey, issueTypeNameOrId)

Description

Removes the association between an issue type and a screen scheme in the context of a certain project's Issue Type Screen Scheme.

Parameters

Parameter name

Type

Required

Description

projectKey

String

Yes

The project key

issueTypeNameOrId

String

Yes

The issue type name or id

Return Type

Boolean

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

Example

boolean result = admRemoveIssueTypeScreenSchemeAssociation("DEMO", "Epic");

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.