boardsForProject

Syntax

boardsForProject(projectKey)

Description

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

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

See also