rankIssuesAfter
Description
Used to adjust the prioritization or ranking of issues or tasks after a specified issue, helping to control the order in which work is addressed.
Parameters
Return Type
Boolean
True if the rank is ok
Example
string [] issues = "TEST-6|TEST-7|TEST-8|";
return rankIssuesAfter(issues, "TEST-5");
Returns true if successful, false if otherwise.
See also
Peacock