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 | admSetPriorityScheme(projectKey, schemeName) | Package | adm | Alias | | Pkg Usage | setPriorityScheme(projectKey, schemeName) | |
Description
Excerpt |
---|
|
Sets the project priority scheme |
Updates the project priority scheme to the given one.
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 | schemeName | string | Yes | The name of the priority scheme | |
Return Type
boolean
Returns true if the scheme was set, false otherwise.
Example
Example 1
Sets the "New priority scheme" as the priority scheme of project "TEST".
Code Block |
---|
|
admSetPriorityScheme("TEST", "New priority scheme") |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "priority_scheme_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|