Versions Compared

Key

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

...

Description

Excerpt
hiddentrue
Returns board id for a Retrieves the board associated with a specific sprint.

Returns board id for a Retrieves the board associated with a specific sprint, allowing you to determine which board is managing the tasks for that 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

intInteger

Example

Code Block
languagejs
return getBoardFromSprint(101);

...