Skip to content

Commit 995b1b0

Browse files
authored
Epics changed to Work Item Type (#453)
1 parent 819fdd8 commit 995b1b0

19 files changed

Lines changed: 126 additions & 332 deletions

File tree

docs/ai/pi-chat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Manage your projects:
179179
- Create new projects with descriptions.
180180
- Update project details (name, description, identifier, cover image).
181181
- Delete projects.
182-
- Enable or disable project features (Epics, Cycles, Modules, Pages, Views).
182+
- Enable or disable project features (Cycles, Modules, Pages, Views).
183183

184184
_Example commands:_
185185

@@ -299,7 +299,7 @@ Align work with strategic goals:
299299
- Create, update, or delete initiative-specific labels.
300300
- Attach or remove labels from initiatives.
301301
- Link or unlink projects to initiatives.
302-
- Link or unlink epics to initiatives.
302+
- Link or unlink work items to initiatives.
303303

304304
_Example commands:_
305305

docs/communication-and-collaboration/notifications.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ Inbox notifications always come through regardless of these settings. These togg
3939
| Work item relation added or removed (blocked by, duplicate, etc.) | Yes |
4040
| Work item deleted | Yes |
4141
| @mention in description or comment | Yes (mention notification) |
42-
| Epic field updated | Yes |
43-
| Epic update published (progress or status post) | Yes — all epic subscribers get an email |
42+
| Work item update published (progress or status post) | Yes — all work item subscribers get an email |
4443
| Due date approaching (reminder) | Yes — subscribers and assignees get an in-app and email notification |
4544

4645
## Notification channels

docs/communication-and-collaboration/subscribers.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Subscribers
3-
description: Learn how to subscribe to work items and epics in Plane, manage subscriber lists, set up project-level auto-subscriptions, and understand how Plane subscribes you automatically.
3+
description: Learn how to subscribe to work items in Plane, manage subscriber lists, set up project-level auto-subscriptions, and understand how Plane subscribes you automatically.
44
---
55

66
# Subscribers
77

8-
A subscription is how you tell Plane to keep you in the loop on a work item or epic. When you're subscribed, you get notified whenever something changes — a state update, a new comment, a priority shift, an assignee change.
8+
A subscription is how you tell Plane to keep you in the loop on a work item. When you're subscribed, you get notified whenever something changes — a state update, a new comment, a priority shift, an assignee change.
99

1010
You don't always have to subscribe manually. Plane adds you automatically in a few situations: when you're assigned to something, when someone @-mentions you, or when an admin has set you up as a project-level subscriber. Everything else is opt-in.
1111

@@ -21,18 +21,6 @@ Open the work item and click **Unsubscribe**. That's it — you'll stop receivin
2121

2222
If you were auto-subscribed (because you were assigned, for example), unsubscribing works the same way. Being removed as an assignee doesn't automatically unsubscribe you — you have to do that yourself if you want to stop getting notifications.
2323

24-
## Subscribe to an epic <Badge type="info" text="Pro" />
25-
26-
Epics have their own subscribe flow, separate from work items.
27-
28-
Open an epic and click the **Subscribe** button in the detail panel. You'll get notified when the epic itself changes — field updates, state changes, comments, and when an epic update (a progress or status post) is published.
29-
30-
Epics work the same way as work items for most notifications. The one thing that's different is **epic updates**. When someone publishes a progress or status update on an epic, Plane sends an email specifically to all epic subscribers. This is separate from the usual change notifications — it's more like a broadcast, letting stakeholders know about deliberate progress posts rather than individual field edits.
31-
32-
If you're subscribed to an epic, you get both: notifications for changes to the epic itself, and emails when an epic update is published.
33-
34-
To unsubscribe, click **Unsubscribe** from the same panel.
35-
3624
## Subscribe to multiple work items at once <Badge type="info" text="Pro" />
3725

3826
If you need to subscribe to several work items in one go:

docs/core-concepts/analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The Projects analytics tab gives you a clear snapshot of how all your projects a
4040

4141
The _Projects by status_ chart breaks things down by where each project sits in its lifecycle. You can see how many projects are still in draft phase versus those that are actively in execution. It's a handy way to understand your project pipeline and see if you've got a good balance between planning and doing.
4242

43-
Below that, you'll find a detailed table that shows you the nitty-gritty details - how many team members are involved, the number of epics and work items, which cycles and modules are part of the project, and even how many pages and views have been created. There's also an intake column that tracks incoming requests or ideas for each project.
43+
Below that, you'll find a detailed table that shows you the nitty-gritty details - how many team members are involved, the number of work items, which cycles and modules are part of the project, and even how many pages and views have been created. There's also an intake column that tracks incoming requests or ideas for each project.
4444

4545
What's really useful here is that you can search through all your projects if you're looking for something specific, and of course, export everything to CSV if you want to do some deeper analysis or create reports for stakeholders.
4646

docs/core-concepts/issues/display-options.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Grouping helps you organize work items based on shared attributes, making it eas
4242
- Assignees
4343
- Created By
4444
- Milestones
45-
- Epics
4645
- Releases
4746
- Work Item Types
4847
- None
@@ -59,7 +58,6 @@ You can further refine your view by adding a sub-grouping. For example, you coul
5958
- Assignees
6059
- Created By
6160
- Milestones
62-
- Epics
6361
- Releases
6462
- Work Item Types
6563
- None

docs/core-concepts/issues/epics.md

Lines changed: 19 additions & 153 deletions
Original file line numberDiff line numberDiff line change
@@ -1,171 +1,37 @@
11
---
2-
title: Organize related work items with Epics
3-
description: Create and manage Epics in Plane to organize related work items, track progress across multiple tasks, and align your team around larger objectives.
2+
title: Epics
3+
description: Epics are now a work item type in Plane. Learn what changed, what stayed the same, and where to go next.
44
---
55

66
# Epics <Badge type="info" text="Pro" />
77

8-
Epics help you group related tasks into a larger work item, providing a hierarchical structure for managing complex projects. This feature is ideal for breaking down major objectives into smaller, manageable pieces while keeping everything organized within a project.
8+
Epics in Plane have moved. They're now a [**work item type**](/work-items/project-work-item-types), living in the same Work Items list as other types your team tracks. If you've been using Epics, this page explains what changed, what stayed the same, and where everything is now.
99

10-
Use Epics when you need to:
10+
## What changed
1111

12-
- Organize tasks related to a larger objective or feature.
13-
- Track progress and dependencies across multiple related work items.
14-
- Improve visibility into how individual tasks contribute to broader goals.
12+
Previously, Epics had their own dedicated tab in the project sidebar. You managed them separately from work items, and they had their own filtered view, their own settings toggle, and their own sidebar entry.
1513

16-
::: tip
17-
Use an Epic for larger bodies of work that span multiple cycles and extend across different modules.
18-
:::
14+
That separate layer is gone.
1915

20-
## Turn on Epics
16+
Epic is now a **work item type** and is treated exactly like any other type. You filter, group, sort, and manage Epics the same way you work with any other work item. The creation form, the detail view, the bulk editor, the filters, all of it is shared.
2117

22-
![Enable Epics](https://media.docs.plane.so/epics/enable-epics.webp#hero)
18+
What this means in practice:
2319

24-
To start using Epics, turn on the feature for your project:
20+
- **The Epics tab in the sidebar is removed.** Epics live in **Work Items**, filterable by type.
21+
- **The Epics toggle in Project Settings is gone.** Epic is now managed under **Work item Types** settings. If Work Item Types are enabled for your project, Epic is there.
22+
- **Epic is created automatically.** When you enable Work Item Types for a project, Plane creates two types: the default **Task** type and an **Epic** type. You don't set them up manually.
23+
- **Work Item Updates - On Track, At Risk, Off Track - are no longer exclusive to epics.** They're now available on every work item of every type.
2524

26-
1. Go to the [Project settings](/core-concepts/projects/overview#configure-project-settings) for the desired project.
27-
2. Navigate to the **Epics** section on the right pane.
28-
3. Click the **Enable** button.
25+
The levels aren't arbitrary. Task is created at level 0 and Epic at level 1 - this is the default hierarchy structure built into the product. If your workspace has the Hierarchy feature enabled, that structure is enforced automatically: Epics sit above Tasks, Tasks can be sub-items of Epics, and Tasks cannot contain Epics. You don't configure this; it's there by default the moment Work Item Types are enabled.
2926

30-
Once turned on, the Epics tab will appear in the project's sidebar, giving you quick access to create and manage Epics.
27+
## What stayed the same
3128

32-
## Add custom properties to Epics
29+
The data is fully intact. Every comment, every activity log entry, every update, every sub-work item relationship, and every initiative link on your existing epics carried over. Nothing was lost.
3330

34-
Custom properties allow you to add specialized fields to your Epics, helping you track additional information specific to your project's needs. These properties can be configured to capture various types of data.
31+
The way Epics work conceptually hasn't changed either. An epic is still the parent layer above individual work items. Work items still link to an epic through the **Parent** field. Updates from epics still feed into initiative streams as for all work items.
3532

36-
![Add custom properties](https://media.docs.plane.so/epics/add-custom-properties.webp#hero)
33+
## Where to find your epics now
3734

38-
To add custom properties to an Epic:
35+
Open **Work Items** in your project. Click **Filters**, add a **Type** filter, and select **Epic**. Your epics are there, exactly as you left them.
3936

40-
1. Click the **Add new property** button on the Epics pane.
41-
2. In the **Custom Properties** section, fill in the following fields:
42-
- **Title**: Enter a name for your property
43-
- **Description**: Add details about what this property represents
44-
- **Property type**: Select from the available options:
45-
- **Text**: For free-form text input
46-
- **Number**: For numerical values
47-
- **Dropdown**: For predefined selection options
48-
- **Boolean**: For yes/no or true/false values
49-
- **Date**: For temporal information
50-
- **Member picker**: For assigning team members
51-
52-
## Create Epics
53-
54-
![Create Epics](https://media.docs.plane.so/epics/create-epics.webp#hero)
55-
56-
Follow these steps to create a new Epic:
57-
58-
1. Navigate to the **Epics** section under your project.
59-
2. Click the **New Epic** button at the top right of the screen.
60-
3. Provide the following details:
61-
- **Title**: Name your Epic.
62-
- **Description**: Add context for the Epic’s purpose.
63-
- **Properties**: Assign metadata like priority, assignees, labels, and due dates.
64-
4. Click **Save** to create the Epic.
65-
66-
## View and manage Epics
67-
68-
Once created, all Epics can be accessed from the **Epics** section under your project. The Epics screen provides a high-level view of all Epics within a project.
69-
70-
![Epics screen](https://media.docs.plane.so/epics/epics-screen.webp#hero)
71-
72-
::: tip Sort and filter Epics
73-
To help you manage Epics effectively, Plane offers flexible sorting and filtering options.
74-
:::
75-
76-
Clicking on an Epic opens a detailed view where you can quickly view and manage an Epic without leaving your current context.
77-
78-
## Add work items to Epic
79-
80-
![Add work items to Epic](https://media.docs.plane.so/epics/add-issues.webp#hero)
81-
82-
You can add existing work items to the Epic or create new ones directly from the Epic.
83-
84-
::: warning important
85-
A work item can belong to only one Epic. This ensures clarity in organization and avoids overlapping tasks across multiple Epics.
86-
:::
87-
88-
## Duplicate Epics <Badge type="info" text="Pro" />
89-
90-
When you need to create similar Epics or replicate an Epic's structure across projects, Plane allows you to duplicate existing Epics either within the same project or to different projects in your workspace.
91-
92-
To duplicate an Epic, click the ••• menu in the Epic header and select Make a copy. You'll see two options:
93-
94-
### Copy in same project
95-
96-
Creates an identical Epic within the current project with all the same properties, description, and custom field values. The new Epic gets a fresh identifier and maintains the same title, description state, priority, start and due dates.
97-
98-
### Copy in different project
99-
100-
Duplicates the Epic to another project in your workspace that has Epics enabled. This is particularly useful when you have similar large-scale objectives across multiple projects or want to replicate Epics between projects. The copied Epic adapts to the destination project's identifier format and default state.
101-
102-
## Work items list and relations
103-
104-
![Work items and Relations](https://media.docs.plane.so/epics/issues-and-relations.webp#hero)
105-
106-
- See the full list of work items grouped under the Epic.
107-
- Add or remove work items from the Epic.
108-
- Manage work items directly by updating their status, assignee, or priority.
109-
110-
## Epic progress
111-
112-
![Epic progress](https://media.docs.plane.so/epics/epic-progress.webp#hero)
113-
114-
You can track Epic progress visually with a color-coded progress bar that shows:
115-
116-
- Task completion status (e.g., Backlog, Started, Completed).
117-
- Work item counts and completion percentage for each status category.
118-
119-
## Epic updates
120-
121-
Share epic status using updates. This helps keep your team informed and create a timeline of epic progress.
122-
123-
1. Select the tab with rocket icon in the side panel.
124-
2. Click the **Add Update** button.
125-
3. Select the status. Each update can be marked as:
126-
- 🚀 **On Track** - Epic is progressing as planned
127-
- ⚠️ **At Risk** - There are potential work items that need attention
128-
-**Off Track** - Epic has significant blockers or delays
129-
4. Add your update message.
130-
5. Click **Add update**.
131-
132-
![Add epic updates](https://media.docs.plane.so/epics/add-epic-updates.webp#hero-tr)
133-
134-
### Collaborate on updates
135-
136-
- Start threaded discussions around specific updates or tasks.
137-
- Use emoji reactions for quick feedback.
138-
139-
## Properties, comments, and activity
140-
141-
- View and update the Epic’s key properties like assignee, priority, timelines, and other custom properties.
142-
143-
![Epic properties](https://media.docs.plane.so/epics/epic-properties.webp#hero-tr)
144-
145-
- Add comments to collaborate with your team and to discuss progress, blockers, or updates.
146-
147-
![Epic comments](https://media.docs.plane.so/epics/epic-comments.webp#hero-tr)
148-
149-
- Access the activity log for a history of changes made to the Epic, ensuring transparency and accountability.
150-
151-
![Epic activity](https://media.docs.plane.so/epics/epic-activity.webp#hero-tr)
152-
153-
## Link Work items to Epics
154-
155-
For each work item, you can assign or change a work item's Epic directly in the **Parent** property.
156-
157-
![Link Work items to Epics](https://media.docs.plane.so/epics/link-issue-epic.webp#hero)
158-
159-
## Convert Epics to Work Items <Badge type="tip" text="Business" />
160-
161-
Sometimes you realize that what you thought was a big, complex epic is actually something smaller and more focused. That's where converting an epic to a work item comes in handy. This feature lets you transform an epic into a regular work item, making it easier to track and manage as a single deliverable rather than a collection of tasks.
162-
163-
![convert epic to work item](https://media.docs.plane.so/issues/convert-epic-to-work-item.webp#hero-tr)
164-
165-
From any epic, look for the conversion option in the interface. Click **Convert to work item** and the system will transform your epic while preserving all the important details like title, description, and basic properties.
166-
167-
You can also [convert Work items to Epics](/core-concepts/issues/overview#convert-work-items-to-epics).
168-
169-
---
170-
171-
Epics provide a simple yet powerful way to manage larger goals while keeping your projects organized and your team aligned.
37+
You can also group your Work Items view by **Type** to see epics and other types side by side.

docs/core-concepts/issues/overview.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,29 @@ Connect relevant project pages and wiki documentation to your work items to prov
193193

194194
Linked pages appear directly in the work item, making it easy for team members to access relevant documentation without leaving the context of their current task.
195195

196-
## Convert work items to epics <Badge type="tip" text="Business" />
196+
## Work item updates
197197

198-
Sometimes a work item grows in scope and complexity, and you realize it's actually big enough to be its own epic with multiple sub-tasks. This feature promotes a regular work item into an epic, giving you the structure and flexibility to break it down into smaller, manageable pieces.
198+
Updates let you post a status snapshot on any work item. Each update carries a status indicator — On Track, At Risk, or Off Track — alongside a message.
199199

200-
![convert work item to epic](https://media.docs.plane.so/issues/convert-work-item-to-epic.webp#hero)
200+
**Post an update:**
201201

202-
From any work item, find the **Convert to Epic** option. The system will ask you to confirm since this action detaches any associated cycles, modules, and parent items. Once converted, you'll have a new epic that you can start breaking down into sub-work items and organizing however makes sense for your project.
202+
1. Open the work item.
203+
2. Click the **Updates** tab in the side panel.
204+
3. Click **Add Update**.
205+
4. Select a status:
206+
- **On Track** — progressing as planned
207+
- **At Risk** — potential blockers that need attention
208+
- **Off Track** — significant blockers or delays
209+
5. Add your message.
210+
6. Click **Add update**.
203211

204-
You can also [convert Epics to Work Items](/core-concepts/issues/epics#convert-epics-to-work-items).
212+
Updates roll up to any initiative the work item is linked to.
213+
214+
## Change a work item's type
215+
216+
To change a work item to an Epic or any other type - use **Switch work item type**. Open the work item, hover next to the work item ID, and click **Switch work item type**. Select the new type from the dropdown and click **Update**.
217+
218+
See [Work Item Types](/work-items/project-work-item-types#switch-work-item-types) for full details.
205219

206220
## Activity and collaboration
207221

0 commit comments

Comments
 (0)