---
title: "boardsForProject"
canonical: "https://support.appfire.com/space/PSJC/680363689/boardsForProject"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Gets the boards associated to a project

Gets the boards associated to a project

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | boardsForProject(projectKey) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| projectKey | string | Yes | The project key |

## Return Type

**[JBoard []](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/435028065)**

## Example

```javascript
JBoard [] boards = boardsForProject("TEST");
```

## See also

> Macro (contentbylabel)