diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts
index f3a855b..6369b62 100644
--- a/docs/.vitepress/config.ts
+++ b/docs/.vitepress/config.ts
@@ -483,7 +483,14 @@ export default defineConfig({
{ text: "Custom Relations", link: "/work-items/custom-relations" },
{
text: "Automations",
- link: "/automations/custom-automations",
+ collapsed: true,
+ link: "/automations/overview",
+ items: [
+ {
+ text: "Custom automations",
+ link: "/automations/custom-automations",
+ },
+ ],
},
],
},
diff --git a/docs/automations/custom-automations.md b/docs/automations/custom-automations.md
index 21df76d..861763b 100644
--- a/docs/automations/custom-automations.md
+++ b/docs/automations/custom-automations.md
@@ -3,7 +3,7 @@ title: Automate project tasks with trigger based workflows
description: Automate repetitive project tasks with trigger-based workflows. Set up rules to automatically update work item properties, assign team members, and manage priorities when specific conditions are met.
---
-# Automations
+# Custom automations
Automations let you streamline your project management workflow by automatically performing actions based on specific triggers and conditions. This powerful feature eliminates repetitive manual tasks, ensures consistency in your processes, and helps your team maintain focus on high-value work by letting the system handle routine operations.
diff --git a/docs/automations/overview.md b/docs/automations/overview.md
new file mode 100644
index 0000000..d60e380
--- /dev/null
+++ b/docs/automations/overview.md
@@ -0,0 +1,45 @@
+---
+title: Automate project tasks with automations
+description: Automate repetitive project tasks in Plane.
+---
+
+# Automations
+
+Automations handle repetitive project work so your team can focus on the work that matters. Plane offers two kinds of automations, both configured in **Project Settings → Automations**.
+
+- **Built-in automations** are ready-to-use toggles for common housekeeping tasks — archiving closed work items, closing stale ones, and sending deadline reminders.
+
+- **[Custom automations](/automations/custom-automations)** let you build your own trigger-condition-action workflows — like auto-assigning a reviewer when a work item moves to QA, or adding a label when priority changes.
+
+
+
+## Auto-archive closed work items
+
+Automatically archive work items that have been completed or cancelled, keeping your active views clean.
+
+1. Navigate to **Project Settings → Automations**.
+2. Toggle on **Auto-archive closed work items**.
+3. Set the **Auto-archive work items that are closed for** duration. Options include 1 month, 3 months, 6 months, 9 months, 12 months, or a custom time range.
+
+Once enabled, work items that have been in a completed or cancelled state for longer than the configured duration are archived automatically. Archived work items remain searchable and accessible in the project's archived view, but they no longer appear in active lists, boards, or spreadsheets.
+
+## Auto-close work items
+
+Automatically close work items that have been inactive — not completed or cancelled — after a period you define. This prevents stale work items from cluttering your project indefinitely.
+
+1. Navigate to **Project Settings → Automations**.
+2. Toggle on **Auto-close work items**.
+3. Set the **Auto-close work items that are inactive for** duration — for example, 1 month.
+4. Choose the **Auto-close status** — the state that inactive work items will be moved to (e.g., Cancelled).
+
+Work items that haven't been updated within the configured period are automatically moved to the selected auto-close status. Only work items that are not already in a completed or cancelled state are affected.
+
+## Auto-reminders
+
+Send automatic reminders via email and in-app notifications to keep your team on track with deadlines. When a work item's due date is approaching, assignees receive a reminder so nothing slips through the cracks.
+
+1. Navigate to **Project Settings → Automations**.
+2. Toggle on **Auto-reminders**.
+3. Set the **Send reminder before** timing — for example, 3 days before the due date.
+
+Once enabled, assignees and work item subscribers receive both an email and an in-app notification at the configured interval before each work item's due date. Only work items with a due date and at least one assignee or subscriber trigger reminders.
diff --git a/docs/core-concepts/cycles.md b/docs/core-concepts/cycles.md
index 1489dee..b2ce1b2 100644
--- a/docs/core-concepts/cycles.md
+++ b/docs/core-concepts/cycles.md
@@ -132,7 +132,7 @@ Automate the creation and management of cycles according to predefined configura
1. Navigate to **Project Settings → Features → Cycles**.
2. Turn on the **Auto-schedule cycles** toggle and configure:
- - Cycle Title — Set a naming convention for automatically created cycles.
+ - Cycle Title — Set a base name for automatically created cycles. Each cycle gets a numerical suffix appended automatically (e.g., if you set the title to "Sprint", cycles are created as "Sprint 1", "Sprint 2", "Sprint 3", and so on).
- Cycle Duration — Define the length of each cycle in weeks (e.g., 1 week, 2 weeks).
- Cooldown Period — Add an optional buffer between cycles in days for planning and retrospectives.
- Cycle starts day — Choose the start date for the first auto-scheduled cycle.
@@ -143,6 +143,7 @@ Once enabled, the system automatically:
- Generates the configured number of future cycles based on your settings.
- Creates a new cycle when the current one concludes to maintain the specified schedule.
+- Numbers each new cycle sequentially, continuing from the last created cycle.
- Ensures cycles don't overlap and follow the defined cadence.
- Applies consistent naming conventions and durations across all cycles.
diff --git a/docs/core-concepts/issues/display-options.md b/docs/core-concepts/issues/display-options.md
index 959a22c..56e722f 100644
--- a/docs/core-concepts/issues/display-options.md
+++ b/docs/core-concepts/issues/display-options.md
@@ -43,18 +43,25 @@ Grouping helps you organize work items based on shared attributes, making it eas
- Created By
- Milestones
- Epics
+- Releases
+- Work Item Types
- None
## Sub-group by
You can further refine your view by adding a sub-grouping. For example, you could group by State and then sub-group by Assignees to see the state of tasks per team member. Sub-grouping options include:
+- State
- Priority
- Cycle
- Module
- Labels
- Assignees
- Created By
+- Milestones
+- Epics
+- Releases
+- Work Item Types
- None
## Order by
diff --git a/docs/core-concepts/issues/issue-types.md b/docs/core-concepts/issues/issue-types.md
index c22b158..532d433 100644
--- a/docs/core-concepts/issues/issue-types.md
+++ b/docs/core-concepts/issues/issue-types.md
@@ -95,14 +95,14 @@ Before you delete properties, switch off the **Active** toggle button to avoid d
Here's a list of all the property types and attributes that Plane provides for creating custom fields:
-| Property type | Attributes | Notes |
-| ---------------------- | ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
-| **Text** | Single line, Paragraph, Read-only | The **Read-only** attribute cannot be marked as mandatory. Enter text in the Read only data box for this option. |
-| **Number** | Default value | An optional default value can be given to this property type. |
-| **Dropdown** | Single select, Multi select, Add options | Specify the values for the dropdown under **Add options**. |
-| **Boolean** | True/False | Default value is false. This attribute cannot be marked as mandatory. |
-| **Date** | Date Format | Consistent date format across all properties. |
-| **Member picker** | Single Select, Multi select | Displays a list of all project members. |
+| Property type | Attributes | Notes |
+| ---------------------- | ---------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **Text** | Single line, Paragraph, Read-only | The **Read-only** attribute cannot be marked as mandatory. Enter text in the Read only data box for this option. |
+| **Number** | Default value | An optional default value can be given to this property type. |
+| **Dropdown** | Single select, Multi select, Add options | Specify the values for the dropdown under **Add options**. |
+| **Boolean** | True/False | Default value is false. This attribute cannot be marked as mandatory. |
+| **Date** | Date Format | Consistent date format across all properties. |
+| **Member picker** | Single Select, Multi select | Displays a list of all project members. Members selected via a member picker property are automatically added as subscribers to the work item, so they receive notifications for updates, comments, and status changes. |
### Examples of custom properties
@@ -121,6 +121,7 @@ Once the project Admin sets up the work item types any project member can use th
- In the **Create new work item** modal, the user can choose the desired work item type from the list at the top left corner. By default, the work item type `Issue` is selected displaying both system-defined and custom properties.
- Changing the work item type will update the modal to display the relevant properties for that type.
+- When a member picker property is filled in, the selected members are automatically subscribed to the work item. This means reviewers, stakeholders, or anyone added through a member picker stay informed without needing to be manually subscribed.
- The system ensures that all properties marked as mandatory are filled before creating the work item.

@@ -154,6 +155,22 @@ You can change the work item types for several work items at once. Here’s how:
4. Click **Update** to apply the changes.
+## Set the default work item type
+
+The default work item type is pre-selected whenever someone creates a new work item. Initially this is set to the built-in `Issue` type, but you can change it to any active work item type.
+
+1. Navigate to **Project Settings → Work item Types**.
+2. Click the **…** menu next to the work item type you want to make the default.
+3. Select **Set as default**.
+
+The selected type now shows a **Default** badge and is automatically pre-selected in the Create new work item modal. You can change the default at any time by repeating these steps for a different type.
+
+## Edit or delete work item types
+
+To modify an existing work item type, click the **…** menu next to it and select **Edit**. You can update the name, description, icon, and background color.
+
+To remove a work item type, click the **…** menu and select **Delete**. Existing work items of that type are not deleted — they retain the type until individually changed.
+
## Disable work item types
You can temporarily pause the creation of new work items for a specific work item type without affecting existing ones.
diff --git a/docs/core-concepts/issues/overview.md b/docs/core-concepts/issues/overview.md
index c534cf6..ee64d90 100644
--- a/docs/core-concepts/issues/overview.md
+++ b/docs/core-concepts/issues/overview.md
@@ -5,35 +5,86 @@ description: Create, manage and organize work items in Plane with sub-tasks, rel
# Manage work items
-In Plane, a work item serves as the fundamental unit of work. They represent the tasks you need to accomplish to make progress Think of work items as the to-dos of your project management flow—assignable, trackable, and actionable.
+A work item is the fundamental unit of work — a task, bug, feature, or any piece of work your team needs to track. Work items are assignable, trackable, and connected to the rest of your project through properties, relations, and project structure.
## Create work item
-The quickest way to add a new work item is to press `C` on your keyboard. By default, the work item will be assigned to the project you are currently on or the one you last visited.
+The quickest way to add a new work item is to press `N` then `I` on your keyboard. The work item defaults to the project you're currently viewing or the one you last visited.
-You can also head over to the **Work items** tab in the sidebar and click **Add Work item** at the top right of the screen.
+You can also navigate to the **Work items** tab in the sidebar under your project and click **Add Work item** at the top right.
-
+
-In the **Create new work item** modal, you can define all the attributes of the work item, including title, description, assignees, state, priority, labels, due dates, and more. You can also turn on the **Create more** option to add multiple work items one after the other.
+In the **Create new work item** modal, define the work item's attributes — title, description, assignees, state, priority, labels, dates, and more. The project's default work item type is pre-selected, and you can switch to a different type from the dropdown at the top left.
+
+Turn on **Create more** to add multiple work items in sequence without closing the modal.
When you create a work item, Plane assigns it a sequential identifier based on your project (e.g., PROJ-1).
::: tip
-Plane automatically saves your half-written work items so you can access them later in [Drafts](/core-concepts/drafts), in case you're not ready to finalize them or if you accidentally close the modal.
+Plane automatically saves half-written work items to [Drafts](/core-concepts/drafts), so you can access them later if you close the modal before finishing.
:::
### Quick add work items
-For when you're in the middle of your workflow and need to jot something down fast, Plane lets you create a work item with minimal input and come back to refine it later.
+For quick capture without opening the full modal, use the inline quick-add row available in the List and Board layouts. Type a title and press Enter — the work item is created immediately with default properties, and you can refine it later.
-
+
## View work item details
-A work item in your layout opens by default in the peek overview mode, which allows for easy switching between contexts when browsing multiple work items simultaneously. In this mode, you can choose different styles, such as modal, full screen, or side peek, with side peek being the default option.
+Click any work item to open its detail view. The detail view is your workspace for everything about a single work item — editing its description, setting properties, managing sub-work items, tracking activity, and collaborating with your team.
+
+
+
+### Layout options
+
+The detail view opens in **peek overview** mode by default, which lets you browse work items without losing your list context. You can switch between three styles:
+
+- **Side peek** (default) — opens as a panel alongside your list.
+- **Modal** — opens as a centered overlay.
+- **Full screen** — takes over the entire view.
+
+
+
+### Header
+
+The header shows the work item's breadcrumb path (Project > Work Items > ID), the work item type badge, and several quick actions:
+
+- **Approval status** — shows "Approval pending" when the work item is awaiting approval.
+- **Upvote / downvote** — vote on work items to signal priority to your team. Counts are shown in the header.
+- **Subscriber avatars** — shows who's subscribed to updates. Click **Unsubscribe** to stop receiving notifications for this work item.
+
+### Parent work item
+
+When a work item has a parent, the parent appears as a breadcrumb above the title with its type badge and ID. Click the **…** menu on the parent to:
+
+- **View sibling work items** — see other sub-work items under the same parent.
+- **Remove parent work item** — detach this work item from its parent.
+
+
+
+### Properties panel
+
+The right-side properties panel is organized into collapsible sections:
+
+- **Details** — state, priority, assignees, labels, start/due dates, estimate, tracked time.
+- **Project structure** — cycle, modules, customers, milestone, releases.
+- **Custom properties** — any custom fields defined for this work item type.
-
+Metadata (created by, created on, updated on) appears at the bottom.
+
+For a full reference of every property, see [Work item properties](/core-concepts/issues/properties).
+
+### Toolbar
+
+Below the description, a toolbar provides quick access to:
+
+- **Add sub-work item** — create or link sub-tasks.
+- **Relations and dependencies** — connect this work item to others.
+- **Links** — add external URLs.
+- **Attachments** — upload files.
+- **Pages** — link project or wiki pages.
## Set work item properties
@@ -43,7 +94,7 @@ You can set various properties for a work item, including its state, assignees,
Break down larger tasks into smaller, manageable components by creating sub-work items. Sub-work items can be either newly created or linked to existing work items, giving you flexibility in organizing work.
-
+
## Duplicate work items
@@ -149,11 +200,49 @@ From any work item, find the **Convert to Epic** option. The system will ask you
You can also [convert Epics to Work Items](/core-concepts/issues/epics#convert-epics-to-work-items).
-## Comment on work items
+## Activity and collaboration
+
+The bottom section of the work item detail view contains tabs for tracking everything that happens on the work item.
+
+### All
+
+Shows a unified feed combining comments, system activity, worklogs, transitions, and history in chronological order. Use this for a complete picture of the work item's lifecycle.
+
+### Activity
+
+Shows system-generated events: state changes, assignee updates, priority changes, label additions, cycle/module assignments, date modifications, estimate changes, custom property value changes, and relation changes. Bot-initiated actions (such as cycle automations) also appear here, attributed to the automation that triggered them.
+
+### Comments
+
+Shows only comments posted by team members. Add a comment using the rich text editor at the top — it supports formatting, mentions (`@username`), images, code blocks, and attachments.
+
+Comments support threaded replies. Click the **…** menu on any comment and select **Reply** to start a nested conversation. Team members are notified when you reply to their comments.
+
+For full details on commenting, see [Work item comments](/communication-and-collaboration/comments-and-activity).
+
+### Worklogs
+
+Shows time entries logged against this work item. Click **+ Log work** to add a new entry with hours, minutes, and an optional description.
-Collaborate on work items through comments. Tag team members, format text, and track all changes in the activity log. See [Work item comments](/communication-and-collaboration/comments-and-activity) for details.
+For full details, see [Time tracking](/core-concepts/issues/time-tracking).
-
+### Transition
+
+Shows every state transition the work item has gone through — from when it was created to its current state. Each entry shows who changed the state, when, and the from→to states with color-coded status icons.
+
+Between transitions, a **time-in-state badge** shows how long the work item stayed in the previous state (e.g., "54m", "1m"). This makes it easy to spot bottlenecks — if a work item sat in "In Review" for 3 days but only spent 10 minutes in "QA", you know where the delay was.
+
+### History
+
+Shows a detailed changelog of every property modification made to the work item. Each entry shows the property that changed, the before→after values with matching icons, who made the change, and when. Unlike the Activity tab which shows summary text, History shows the full structured before→after for each change.
+
+History tracks all property types including state changes, cycle assignments, estimate changes, label additions, custom property value changes, and actions performed by automation bots (e.g., "Cycle Automation Bot set the cycle to Cycle 1").
+
+Use History to audit specific changes, trace when a due date was moved, or understand who changed an assignee.
+
+### Filter and sort activity
+
+Click **Filters** in the activity area to show only specific types of activity. Use the sort toggle to switch between newest-first (default) and oldest-first ordering.
## Subscribe to notifications
@@ -181,6 +270,14 @@ Clicking on the last edited timestamp reveals a dropdown panel showing the compl
This addition improves transparency in collaborative projects by making it easy to see how work items evolve over time and who contributed specific changes.
+## Export work items
+
+You can export your work items to access and analyze your data outside of Plane. Exports support CSV and JSON formats, and you can filter exactly which work items to include.
+
+This is useful when you need to create reports, perform external analysis, or share data with stakeholders who don't use Plane.
+
+Learn more about [custom exports](/core-concepts/export#custom-exports).
+
## Archive work items
Completed or canceled work items can be archived, and automations can be set up to archive such work items. Archived work items can be found under the three dots menu next to your project name.
@@ -190,25 +287,3 @@ Completed or canceled work items can be archived, and automations can be set up
## Delete work items
You can delete work items that were created accidentally or are no longer relevant to the project. Deleted work items cannot be recovered, so be sure to review them carefully before removal. Once deleted, the work item is permanently removed from the project.
-
-## Set up automations
-
-Within your project, you can set up automations to perform the following tasks:
-
-- **Auto-archive closed work items**
- You can set up an automation to archive work items that are marked as closed. This helps keep your active project board clean and organized, while still retaining closed work items for reference. You can customize the time period after which closed work items will automatically be moved to the archive.
-
- 
-
-- **Auto-close work items**
- You can also automate the closing of work items that are still open after a certain period of time. This is useful for ensuring that work items don’t remain open unnecessarily, helping to keep your project board organized and up to date. The automation will move all open work items matching the time period to a selected closed state.
-
- 
-
-## Export work items
-
-You can export your work items to access and analyze your data outside of Plane. Exports support CSV and JSON formats, and you can filter exactly which work items to include.
-
-This is useful when you need to create reports, perform external analysis, or share data with stakeholders who don't use Plane.
-
-Learn more about [custom exports](/core-concepts/export#custom-exports).
diff --git a/docs/work-items/custom-relations.md b/docs/work-items/custom-relations.md
index 3a2e2a8..90cfc62 100644
--- a/docs/work-items/custom-relations.md
+++ b/docs/work-items/custom-relations.md
@@ -27,7 +27,7 @@ Custom relations are workspace-level configurations. Once created, they're avail
The directional naming ensures the relation reads correctly from either side. The inward name appears on the work item you're adding the relation to, and the outward name appears on the work item you're linking.
-### Examples
+#### Examples
| Title | Inward name | Outward name |
| --------- | ----------- | ------------ |