Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

startedSprints(board)

Package

Alias

Pkg Usage

Description

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

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

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

board

Integer

Yes

The board id

Return Type

Integer []

Example

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

Note

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

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "agile_function" and space = currentSpace ( )
labelsarray_functions