# Scrum epics

Create, read, rename and recolor epics in a scrum project. An epic groups tasks within a single Bitrix24 workgroup. Tasks are bound to an epic through [task placement in scrum](/docs/scrum).

**Scope:** `task` | **Base URL:** `https://vibecode.bitrix24.com/v1` | **Auth:** `X-Api-Key`

## Operations

- [Create an epic](./epics/create.md) — `POST /v1/scrum/epics`
- [List epics](./epics/list.md) — `GET /v1/scrum/epics`
- [Get an epic](./epics/get.md) — `GET /v1/scrum/epics/:id`
- [Update an epic](./epics/update.md) — `PATCH /v1/scrum/epics/:id`

## See also

- [Scrum](/docs/scrum) — section overview and task placement
- [Workgroups](/docs/entities/workgroups) — source of the scrum project `groupId`
