You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
167
167
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.
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.
Copy file name to clipboardExpand all lines: docs/core-concepts/projects/manage-project-members.mdx
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The member loses access to the project immediately but remains in the workspace.
69
69
- Their comments and activity history are preserved
70
70
- They remain a workspace member (unless removed separately)
71
71
72
-
## Set a default assignee
72
+
## Default assignee
73
73
74
74
Configure a default assignee to ensure all work items get assigned when created without an explicit assignee.
75
75
@@ -86,7 +86,7 @@ Configure a default assignee to ensure all work items get assigned when created
86
86
87
87
**To disable:** Select **None** from the Default Assignee dropdown.
88
88
89
-
## Set a project lead
89
+
## Project lead
90
90
91
91
Designate a project lead who serves as the primary point of contact for the project.
92
92
@@ -103,6 +103,22 @@ The project lead is the go-to person for questions about the project's execution
103
103
- Project Admin is a role with specific permissions.
104
104
- They can be the same person but don't have to be.
105
105
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.
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
+
106
122
## Grant view access to Guests
107
123
108
124
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