admRemovePrioritiesFromPriorityScheme

Description

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

Parameters

Return Type

boolean

Returns true if the priorities were removed, false otherwise.

Example

Example 1

Removes the priority named with ids 5 and 2 from "New priority scheme". The issues that have priority 5 will have priority 1 and the ones with 2 will be migrated to 3.

admRemovePrioritiesFromPriorityScheme("test", {"5", "2"}, {"5", "1", "2", "3"});

See also

Peacock