startSprint
Description
Initiates a sprint within a Scrum board, marking the beginning of the sprint's time frame. This action is essential for tracking progress during the sprint.
Parameters
Return Type
Boolean
Returns true if the sprint is started.
Example
return startSprint(12345);
Returns true if successful, false if otherwise.
See also
Peacock