admRemoveProjectsFromPriorityScheme

Description

Removes the given projects from the priority scheme, mapping the issues with deleted priorities

Parameters

Return Type

boolean

Returns true if the projects were removed, false otherwise.

Example

Example 1

Removes the projects with keys "DEMO" and "ITSD" from "New priority scheme". The issues that have priority 3 will have priority 10001.

admRemoveProjectsFromPriorityScheme( "New priority scheme", {"DEMO", "ITSD"}, {"3", "10001"});

See also

Peacock