admAddProjectsToPriorityScheme
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
Peacock