swapSprints
Description
Facilitates the reordering or swapping of sprints within a Scrum board. It may be used to adjust the order of sprints based on project priorities or other considerations.
Parameters
Return Type
Boolean
Returns true if the sprint are swapped.
Example
This will switch the order that the sprints appear on the board for the two sprints below.
return swapSprints(12345, 678910);
Returns true if successful, false if otherwise.
See also
Peacock