---
updatedAt: 2026-05-11T15:08:47.000Z
---

Fetch the complete documentation index at: https://developer.productboard.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Release Group

A collection of related releases that are managed together. Release groups help organize releases across products or time periods.

## What is a Release Group?

A **Release Group** lets you create multiple sets of releases in the same Productboard workspace. If you have multiple teams working out of the same workspace, each using a different release system, you can manage each as a separate release group. You can also use release groups for different types of releases — sprints, versions, patches — or to separate internal planning timelines from externally shared roadmaps.

> Release groups are available on Scale and Enterprise plans.

## When to use it

* **Multi-team workspaces** — When different teams use different release cadences (e.g., one team ships weekly sprints while another plans quarterly releases).
* **Separating internal vs. external timelines** — Track when features are getting worked on in one group, and when they are planned to be released in another.
* **Multi-product coordination** — Group releases from different products that need to ship together.
* **Portfolio-level reporting** — Query release groups to get a roll-up view of delivery across multiple releases.

## Key fields

| Field         | Description                                 |
| ------------- | ------------------------------------------- |
| `name`        | Display name of the release group           |
| `description` | Rich-text description                       |
| `status`      | Current status                              |
| `owner`       | The member responsible for this group       |
| `timeframe`   | Time window covering the group              |
| `archived`    | Whether the release group has been archived |

Field availability depends on your workspace configuration. Use the [Configuration endpoint](/v2.0.0/reference/getentityconfiguration) to discover which fields are available for the `releaseGroup` type in your workspace.

## Relationships

| Relationship | Description                      |
| ------------ | -------------------------------- |
| `child`      | Releases contained in this group |

## Related objects

* [Release](/v2.0.0/reference/glossary-release) — individual releases within this group

## Learn more

* [Plan releases to decide what to deliver when](https://support.productboard.com/hc/en-us/articles/360058214113-Plan-releases-to-decide-what-to-deliver-when)
  .