Versions Compared

Key

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

Syntax

startedSprints(board)

Description

...

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

Notes

Note
  1. If there is no board with that name or id, an exception will be raised.
  2. The user must have enough sufficient permissions to view the board.

...