Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

admAddProjectsToPriorityScheme(schemeName, projectKeys)

Package

adm

Alias

Pkg Usage

addProjectsToPriorityScheme(schemeName, projectKeys)

Description

Excerpt
hiddentrue
Adds projects to a priority scheme.

Adds the given list of project keys to the given priority scheme

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

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
languagejs
admAddProjectsToPriorityScheme("Default priority scheme", {"DEMO", "ITSD"});

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "priority_scheme_admin_routine" and space = currentSpace ( )
labelsarray_routines