Skip to end of banner
Go to start of banner

startSprint

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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

  • No labels