/
startedSprints

startedSprints

Description

Retrieves a list of sprints that are currently in progress, giving an overview of ongoing work periods.

Parameters

Return Type

Integer []

Example

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

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

See also

Peacock

Related content

notStartedSprints
More like this
notStartedSprints
More like this
getStartedSprints
More like this