startedSprints

startedSprints

 

Description

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

Syntax

startedSprints(board)

Package

 

Alias

 

Pkg Usage

 

Parameters

Parameter name

Type

Required

Description

Parameter name

Type

Required

Description

board

Integer

Yes

The board id

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

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.