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 | admAddProjectsToPriorityScheme(schemeName, projectKeys) | Package | adm | Alias | | Pkg Usage | addProjectsToPriorityScheme(schemeName, projectKeys) | |
Description
Excerpt |
---|
|
Adds projects to a priority scheme. |
Adds the given list of project keys to the given priority scheme
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
schemeName | string | Yes | The name of the priority scheme | projectKeys | string [] | Yes | The list of project keys to be added | |
Return Type
boolean
Returns true if the projects were added, false otherwise.
Example
Example 1
Adds projects with keys "DEMO" and "ITSD" to the priority scheme named "Default priority scheme"
Code Block |
---|
|
admAddProjectsToPriorityScheme("Default priority scheme", {"DEMO", "ITSD"}); |
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 |
---|
|