# Linking Productboard as a source - Docs

![](https://res.cloudinary.com/dmukukwp6/image/upload/texture_tan_9608fcca70)

![](https://res.cloudinary.com/dmukukwp6/image/upload/texture_tan_dark_a92b0e022d)

Let AI connect your sources for you

Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

`npx @posthog/wizard warehouse`

[Learn more](/wizard.md)

![PostHog Wizard hedgehog](https://res.cloudinary.com/dmukukwp6/image/upload/wizard_3f8bb7a240.png)

**Alpha release**

This source is currently in **alpha**. The interface and available tables may change.

The Productboard connector syncs your Productboard data – features, notes, objectives, releases, and more – into the PostHog data warehouse.

## Adding a data source

1.  Go to the [sources tab](https://app.posthog.com/data-management/sources) of the data pipeline section in PostHog.
2.  Click **\+ New source** and then click **Link** next to Productboard.
3.  Next, you need a public API access token from Productboard. In your Productboard [workspace settings](https://app.productboard.com/), go to **Integrations → Public API** and create an access token. A Pro plan or higher is required. Grant read access for the resources you want to sync — for example `entities:read`, `notes:read`, `members:read`, and `teams:read`.
4.  Back in PostHog, enter the token in the `Access token` field and click **Next**.
5.  Select the tables you want to sync, set the sync method and frequency, then click **Import**.

Once the syncs are complete, you can start using Productboard data in PostHog.

## Available tables

| Table | Description | Sync method |
| --- | --- | --- |
| features | Features in your Productboard workspace | Full refresh |
| subfeatures | Subfeatures | Full refresh |
| components | Components | Full refresh |
| products | Products | Full refresh |
| initiatives | Initiatives | Full refresh |
| objectives | Objectives | Full refresh |
| key_results | Key results | Full refresh |
| releases | Releases | Full refresh |
| release_groups | Release groups | Full refresh |
| companies | Companies | Full refresh |
| users | Users | Full refresh |
| notes | Customer feedback notes | Incremental |
| members | Workspace members | Full refresh |
| teams | Teams | Full refresh |

**Incremental** tables sync only new or updated records on each run. **Full refresh** tables reload all data on each sync.

## Configuration

| Option | Type | Required |
| --- | --- | --- |
| Access token | password | Yes |

## Supported tables

| Table | Description | Sync method | Incremental field | Primary key |
| --- | --- | --- | --- | --- |
| features | A feature in Productboard — a unit of product work being planned or built. | Full refresh | — | — |
| subfeatures | A sub-feature nested under a feature in Productboard. | Full refresh | — | — |
| components | A component in Productboard — a grouping of features within a product. | Full refresh | — | — |
| products | A product in Productboard's product hierarchy. | Full refresh | — | — |
| initiatives | An initiative in Productboard — a strategic effort grouping related work. | Full refresh | — | — |
| objectives | An objective in Productboard representing a measurable goal. | Full refresh | — | — |
| key_results | A key result tracking progress toward an objective in Productboard. | Full refresh | — | — |
| releases | A release in Productboard grouping features to be shipped together. | Full refresh | — | — |
| release_groups | A release group in Productboard organizing related releases. | Full refresh | — | — |
| companies | A company in Productboard, used to attribute feedback to customer accounts. | Full refresh | — | — |
| users | A user (maker) in the Productboard workspace. | Full refresh | — | — |
| notes | A piece of customer feedback (note) captured in Productboard. | Incremental, Full refresh | createdAt, updatedAt | — |
| members | A member of the Productboard workspace. | Full refresh | — | — |
| teams | A team in the Productboard workspace. | Full refresh | — | — |

### Community questions

Ask a question

### Was this page useful?

HelpfulCould be better