• Search teams Added new endpoint to batch search teams by IDs, names, or handles (up to 100 each)
  • Search members Added new endpoint to batch search members by IDs or emails, with filters for roles, disabled status, invitation status, and text query
  • List teams Added handle query parameter for case-insensitive exact match filtering
  • List teams The query parameter now also matches on team handle

Improved: Entities API

Configuration-driven filters

Entity configurations now include a filters array that describes which filter parameters are available for each entity type. Each filter entry provides:

  • The exact query parameter name to use (e.g., owner[id], status[name])
  • The field or relationship it applies to
  • The expected value schema (type and format)
  • Any additional OAuth scopes required

Use List entity configurations to discover available filters before calling List entities or Search entities.

New field value schemas with metadata

Added metadata-enriched variants for additional field types:

  • HealthUpdateFieldValueWithMetadata
  • ProgressFieldValueWithMetadata
  • TimeframeFieldValueWithMetadata
  • WorkProgressFieldValueWithMetadata

These follow the same pattern as existing *WithMetadata schemas, including metadata.source and metadata.isViewableOnly properties.

New: Plugin Integrations API is now publicly available in V2

Manage plugin integrations and their connections programmatically using the new Plugin Integrations API.

v2 - 2026-03-06 - Webhooks API

by ReadMe GitHub Action

New: Webhooks API is now publicly available in V2

You can now subscribe to real-time notifications for changes in your Productboard workspace using the Webhooks API V2.

New: Jira Integrations API is now publicly available in V2

You can now access Jira integration data programmatically through the Jira Integrations API V2.