Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admRemoveIssueTypeScreenSchemeAssociation(projectKey, issueTypeNameOrId) | Package | adm | Alias | | Pkg Usage | removeIssueTypeScreenSchemeAssociation(projectKey, issueTypeNameOrId) | |
Description
Excerpt |
---|
|
Removes the association between an issue type and a screen scheme. |
Removes the association between an issue type and a screen scheme in the context of a certain project's Issue Type Screen Scheme.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
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
Code Block |
---|
|
boolean result = admRemoveIssueTypeScreenSchemeAssociation("DEMO", "Epic"); |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "issuetype_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|