Versions Compared

Key

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

...

Description

Excerpt
hiddentrue
Returns a list of board ids for a Retrieves the boards that are associated with a specific sprint.

Returns a list of board ids for a Retrieves the boards that are associated with a specific sprint.

Parameters

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

Parameter name

Type

Required

Description

Sprint Id

intInteger

Yes

The id of the sprint to retrieve boards for.

Return Type

int Integer []

Example

Code Block
languagejs
return getBoardsFromSprint(101);

...