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

...

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


See also

...

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

...