Skip to content

Commit 68ba427

Browse files
authored
Merge pull request #402 from makeplane/new-features-5-3-26
Project subscribers, Version diff
2 parents 4d5c7b6 + 030d072 commit 68ba427

3 files changed

Lines changed: 45 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Grouping helps you organize work items based on shared attributes, making it eas
4242
- Labels
4343
- Assignees
4444
- Created By
45+
- Milestones
46+
- Epics
47+
- None
4548

4649
## Sub-group by
4750

docs/core-concepts/pages/overview.mdx

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,31 @@ If a page is no longer needed, you can archive it. Archived pages are stored in
163163

164164
### Version history
165165

166-
![Version history](https://media.docs.plane.so/pages/version-history.webp#hero)
166+
Pages automatically tracks every edit, so you can see what changed, who changed it, and when. This is especially useful when multiple people are collaborating on the same document.
167167

168-
Pages includes a version history feature that lets you track all updates and edits made to a document. This is especially helpful when multiple users are collaborating, as you can easily see who made changes and when. Plus, you can restore the page to a previous version if needed.
168+
![Version history](https://media.docs.plane.so/pages/version-history-with-diff.webp#hero)
169+
170+
To view version history:
171+
172+
1. Click the **•••** menu in the top-right corner.
173+
2. Select **Version history**.
174+
3. The Info panel on the right displays a list of all versions with timestamps and collaborators.
175+
176+
**View changes between versions**
177+
178+
Click any version to see the document as it was at that point in time. The page switches to "View only" mode, showing exactly what the document looked like then.
179+
180+
Enable **Highlight changes** (on by default) at the bottom of the panel to see what was added or modified in that version. Changes appear highlighted, making it easy to spot edits at a glance.
181+
182+
**Restore a previous version**
183+
184+
If you need to revert to an earlier version:
185+
186+
1. Select the version you want to restore.
187+
2. Review the content to confirm it's the right version.
188+
3. Click **Restore** at the top of the page.
189+
190+
The restored content becomes the current version, and a new entry is added to the version history.
169191

170192
### Export Page
171193

docs/core-concepts/projects/manage-project-members.mdx

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The member loses access to the project immediately but remains in the workspace.
6969
- Their comments and activity history are preserved
7070
- They remain a workspace member (unless removed separately)
7171

72-
## Set a default assignee
72+
## Default assignee
7373

7474
Configure a default assignee to ensure all work items get assigned when created without an explicit assignee.
7575

@@ -86,7 +86,7 @@ Configure a default assignee to ensure all work items get assigned when created
8686

8787
**To disable:** Select **None** from the Default Assignee dropdown.
8888

89-
## Set a project lead
89+
## Project lead
9090

9191
Designate a project lead who serves as the primary point of contact for the project.
9292

@@ -103,6 +103,22 @@ The project lead is the go-to person for questions about the project's execution
103103
- Project Admin is a role with specific permissions.
104104
- They can be the same person but don't have to be.
105105

106+
## Project subscribers
107+
108+
Project subscribers receive notifications for all work items in the project — status changes, comments, and updates. This is useful for project leads, managers, or stakeholders who need visibility across the entire project without being subscribed to individual work items.
109+
110+
![Project subscribers](https://media.docs.plane.so/projects/project-subscribers.webp#hero)
111+
112+
By default, members only receive notifications for work items they're assigned to, have created, or are subscribed to individually. Adding someone as a project subscriber ensures they stay informed about all project activity.
113+
114+
To configure project subscribers:
115+
116+
1. Navigate to **Project Settings > Members**.
117+
2. Under **Project subscribers**, click to open the member picker.
118+
3. Select the members who should receive notifications for all work items.
119+
120+
Only project admins can manage project subscribers.
121+
106122
## Grant view access to Guests
107123

108124
By default, Guests can only see work items they've created through the Intake section. You can expand their visibility to all project work items.

0 commit comments

Comments
 (0)