Button handy |
---|
blank | true |
---|
color | #0052CC |
---|
name | Send Feedback |
---|
link | https://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=admUpdateIssueTypeScreenSchemeAssociation+-+720605229 |
---|
width | auto |
---|
|
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 | admUpdateIssueTypeScreenSchemeAssociation(projectKey, issueTypeNameOrId, screenSchemeNameOrId) | Package | adm | Alias | | Pkg Usage | updateIssueTypeScreenSchemeAssociation(projectKey, issueTypeNameOrId, screenSchemeNameOrId) | |
Description
Excerpt |
---|
|
Updates the association between an issue type and a screen scheme. |
Updates 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 | screenSchemeNameOrId | String | Yes | The screen scheme name or id | |
Return Type
Boolean
Returns 'true' if the association was updated and 'false' if not.
Example
Code Block |
---|
|
boolean result = admUpdateIssueTypeScreenSchemeAssociation("DEMO", "Epic", "DEMO: Project Management Screen Scheme"); |
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 |
---|
|