Syntax
boardsForProject(projectKey)
Description
Gets the boards associated to a projectParameters
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