Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns the started sprints IDs.


Example:

Code Block
number [] sprintIds = startedSprints("agileBoard");
// or
number [] sprintIds = startedSprints(2);  

...