Skip to end of banner
Go to start of banner

admAddProjectsToPriorityScheme

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Description

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

Parameters

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"

admAddProjectsToPriorityScheme("Default priority scheme", {"DEMO", "ITSD"});

See also

We've encountered an issue exporting this macro. Please try exporting this page again later.
  • No labels