Versions Compared

Key

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

Syntax

...

boardsForProject(projectKey)

Description

...

Excerpt

Gets the boards associated to a project

Parameters

...

Parameter name

Type

Required

Description

projectKey

string

Yes

The project key

Return type

...

string []

The boards associated with a certain project.

Example

Code Block
string [] boards = boardsForProject("DEMO");

See also

...

Filter by label (Content by label)
showLabelsfalse
max5
showSpacefalse
cqllabel = "board_routine"

...