Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/core-concepts/issues/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ Plane allows you to upload different file types directly to the issue. Whether i

Inside each issue, 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 issue.

You can filter the activity log to display specific types of acticity, such as comments, updates, or [worklogs](/core-concepts/issues/time-tracking). Additionally, you can sort the log by activity date in either ascending or descending order.


![issue-activity-comments](https://media.docs.plane.so/issues/issue-activity-comments.webp#center)

## Subscribe to notifications
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/issues/time-tracking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Tags from '@site/src/components/Tags';
<h1>Log time on issues</h1>
<Tags
tags={[
{ name: "One", additionalClass: "one" },
{ name: "Pro", additionalClass: "pro" }
]}
/>
Expand Down
6 changes: 6 additions & 0 deletions docs/core-concepts/pages/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ You can quickly delete or duplicate blocks within a page. Just hover over any bl


## Page actions

:::info
When a Member locks, unlocks, archives, or restores a Page, the action takes effect immediately for all users with access to the Page.
:::


![Page actions](https://media.docs.plane.so/pages/page-actions.webp#center)

Once your page is created, you can click the **•••** menu in the top-right corner to perform the following actions:
Expand Down
26 changes: 22 additions & 4 deletions docs/core-concepts/workspaces/members.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Permissions define what actions users can take within a workspace or project. By
<td>Projects</td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}></span></td>
<td align="center"><span style={{color: 'red', fontWeight: 'bold', fontSize: '16px'}}>x</span></td>
</tr>
<tr>
<td>View private projects</td>
Expand Down Expand Up @@ -354,7 +354,7 @@ Permissions define what actions users can take within a workspace or project. By
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}></span></td>
<td align="center"><span style={{color: 'red', fontWeight: 'bold', fontSize: '16px'}}>x</span></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -398,7 +398,7 @@ Permissions define what actions users can take within a workspace or project. By
<td>Guests without view access can only see their own issues accepted through Intake.</td>
</tr>
<tr>
<td>Modify Issue</td>
<td>Edit Issue</td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
Expand Down Expand Up @@ -496,6 +496,24 @@ Permissions define what actions users can take within a workspace or project. By
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td></td>
</tr>
<tr>
<td>View issue types</td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td></td>
</tr>
<tr>
<td>Use issue types</td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'red', fontWeight: 'bold', fontSize: '16px'}}>x</span></td>
<td align="center"><span style={{color: 'red', fontWeight: 'bold', fontSize: '16px'}}>x</span></td>
<td></td>
</tr>
</tbody>
</table>
</div>
Expand Down Expand Up @@ -996,7 +1014,7 @@ Permissions define what actions users can take within a workspace or project. By
<td> Guest without view access can only view the Intake issues they create</td>
</tr>
<tr>
<td>View Intake issue</td>
<td>Edit Intake issue</td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'green', fontWeight: 'bold', fontSize: '16px'}}>✓</span></td>
<td align="center"><span style={{color: 'red', fontWeight: 'bold', fontSize: '16px'}}>x</span></td>
Expand Down