|
2 | 2 | title: Work Items |
3 | 3 | description: Create, manage and organize work items in Plane with sub-tasks, relations, file attachments, automations, and activity tracking for efficient project management |
4 | 4 | --- |
| 5 | +import Tags from '@site/src/components/Tags'; |
5 | 6 |
|
6 | 7 | # Create, organize, and track project tasks |
7 | 8 |
|
@@ -108,6 +109,24 @@ TrueType, OpenType, WOFF, WOFF2 |
108 | 109 | - **Other** |
109 | 110 | CSS, JavaScript, JSON, XML, CSV, SQL |
110 | 111 |
|
| 112 | + |
| 113 | +<div className="tag-wrapper"> |
| 114 | +## Convert Work Items to Epics |
| 115 | +<Tags |
| 116 | + tags={[ |
| 117 | + { name: "Business", link:"https://plane.so/pricing", additionalClass: "business" } |
| 118 | + ]} |
| 119 | + /> |
| 120 | +</div> |
| 121 | + |
| 122 | +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. |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | +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. |
| 127 | + |
| 128 | +You can also [convert Epics to Work Items](/core-concepts/issues/epics#convert-epics-to-work-items). |
| 129 | + |
111 | 130 | ## View work item activity |
112 | 131 |
|
113 | 132 | Inside each work item, you’ll find an Activity log tracking updates like status changes, reassignments, or due date modifications. This feed also logs comments, which support rich formatting for discussions, updates, or sharing resources related to the work item. |
|
0 commit comments