Skip to end of banner
Go to start of banner

boardsForProject

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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:


  • No labels