Skip to content

Commit 42285df

Browse files
authored
Multiple updates in docs (#418)
* Multiple updates in docs * formatting fixes
1 parent d28b835 commit 42285df

File tree

7 files changed

+33
-18
lines changed

7 files changed

+33
-18
lines changed

docs/core-concepts/issues/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ If you no longer want to receive updates, simply click **Unsubscribe** to stop t
158158

159159
You can subscribe other users to the work item by mentioning them using `@username` in the comments or the work item description. This ensures they’re notified about the updates and stay in the loop.
160160

161+
## Copy branch name
162+
163+
When working with Git, you can copy a pre-formatted branch name directly from a work item. Click the Copy branch name button in the work item header toolbar. Plane generates a branch name from your username and the work item ID (e.g., sarah/DOCSW-606) and copies it to your clipboard. This keeps branch naming consistent across your team when creating PRs.
164+
161165
## View description edit history
162166

163167
The work item editor now features an edit history viewer that tracks changes to work item descriptions.

docs/core-concepts/issues/time-tracking.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ To track time on your work items, follow the steps below:
5353

5454
![Worklog created](https://media.docs.plane.so/time-tracking/worklog-created.webp#hero)
5555

56+
## Edit or delete a time log
57+
58+
To update or remove a time entry, find the worklog in the work item's activity trail. Click the … menu on the entry to see two options:
59+
60+
- **Edit** — opens the log with editable hours, minutes, and description fields. Adjust the values and click Update.
61+
- **Delete** — permanently removes the entry. The Tracked time property on the work item updates automatically.
62+
5663
## View worklogs
5764

5865
To view timesheet records and download reports, follow the steps below:

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -135,16 +135,6 @@ By default, Guests can only see work items they've created through the Intake se
135135

136136
This setting is project-specific. Enabling it in one project doesn't affect Guest permissions in other projects. Even with view access, Guests remain isolated to invited projects only.
137137

138-
## How users join projects
139-
140-
Users can become project members in two different ways, and understanding both helps you manage your project team effectively.
141-
142-
**Direct project membership** is where you specifically invite users to your project and assign them roles. These members have access only to the projects you've added them to, and you have full control over their permissions.
143-
144-
**Teamspace-based membership** happens automatically when your project is linked to a [Teamspace](/core-concepts/workspaces/teamspaces). All members of that teamspace automatically receive `Member` access to your project, making it perfect for teams that collaborate across multiple projects.
145-
146-
Users can have both types of access simultaneously. When this happens, Plane automatically applies whichever role gives them higher permissions. For example, if someone is a `Guest` on your project but joins a linked teamspace, they're automatically upgraded to `Member` access. If they're already an `Admin`, they keep their `Admin` role.
147-
148138
## View project member activity <Badge type="warning" text="Enterprise Grid" />
149139

150140
::: info
@@ -172,6 +162,12 @@ Each activity entry shows:
172162

173163
This audit trail helps project admins monitor membership changes and verify that access permissions are correct. Activity is retained for project history.
174164

165+
## Leave a project
166+
167+
If you no longer need access to a project, you can leave it yourself. Click the … menu next to your own name in Project Settings > Members & Teamspaces and select Leave.
168+
169+
You'll lose access to the project immediately but remain in the workspace. If you need to rejoin later, a Project Admin or Workspace Admin will need to add you again.
170+
175171
## How users join projects
176172

177173
Users can become project members in two different ways, and understanding both helps you manage your project team effectively.

docs/core-concepts/projects/milestones.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,10 @@ Click on a milestone to expand and see all linked work items. The progress bar u
4949

5050
### View milestones in Timeline layout
5151

52-
Milestones appear as visual indicators in the Timeline layout, making it easy to see important deadlines alongside your work items.
52+
Milestones appear in the Timeline layout as vertical dashed lines at their due date. Hover over it to reveal a diamond marker with the milestone name, progress percentage, and linked work item count.
5353

5454
![Milestone indicator in Timeline](https://media.docs.plane.so/milestones/milestone-indicator.webp#hero)
5555

56-
- The vertical dashed line shows when the milestone is due.
57-
- Hover over a milestone to see its name, progress percentage, and linked work item count.
58-
5956
This helps you quickly identify whether work is on track to meet milestone deadlines and spot potential scheduling conflicts.
6057

6158
### Link work items and epics

docs/core-concepts/views.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Views are saved collections of filters that you can apply to work items, allowin
1212
In Plane, you can create two different types of views:
1313

1414
- **Workspace Views**
15-
These are created at the Workspace level and are available to all Members, depending on whether they are marked as public or private. These include some default system-defined Views that cannot be removed.
15+
Workspace views are created at the workspace level and available to all workspace members. These include some default system-defined views that cannot be removed. Workspace views are visualized using the spreadsheet layout.
1616

1717
![Workspace Views](https://media.docs.plane.so/views/workspace-views.webp#hero)
1818

1919
- **Project Views**
20-
These Views are created within the specific project and are accessible to all Members of the project, depending on whether they are set as public or private. This feature is turned on by default and can be toggled on or off from the [project settings](/core-concepts/projects/overview#configure-project-settings).
20+
Project views are created within a specific project and accessible to all members of that project. This feature is enabled by default and can be toggled from [Project Settings](/core-concepts/projects/overview#configure-project-settings). Project views support all layouts.
2121

2222
![Project Views](https://media.docs.plane.so/views/project-views.webp#hero)
2323

@@ -35,7 +35,13 @@ For Workspace Views, click the **Add view** button in the **Views** section of y
3535

3636
Learn more about how to apply filters [here](/core-concepts/issues/visualise_filter). After creating a view, you can share the link to collaborate and investigate with members.
3737

38-
## Investigating with Views
38+
## Private views <Badge type="info" text="Pro" />
39+
40+
By default, views are visible to all members. On Pro and above, you can make a view private so only you can see it. Toggle between public and private using the globe and lock icons in the create or edit view modal.
41+
42+
![Private view](https://media.docs.plane.so/views/private-view.webp#hero)
43+
44+
## Work with Views
3945

4046
Saved filters can be accessed from the **Views** section.
4147

docs/core-concepts/workspaces/members.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ The member loses access to the workspace and all its projects immediately.
128128
Removing members doesn't change your seat count or billing. You must [remove seats](/workspaces-and-users/add-remove-seats#remove-unused-seats) separately.
129129
:::
130130

131+
## Leave a workspace
132+
133+
If you no longer need access to a workspace, you can leave it yourself. Click the … menu next to your own name in Workspace Settings > Members and select **Leave**.
134+
You'll lose access to the workspace and all its projects immediately. If you need to rejoin later, a Workspace Admin will need to invite you again.
135+
131136
## See also
132137

133138
- [Manage project members](/core-concepts/projects/manage-project-members)

docs/workspaces-and-users/billing-and-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Learn how Plane's per-seat billing works, and how billing cycles, u
88

99
Plane uses a per-seat billing model for paid plans. You pay for the number of seats in your workspace, not the total number of users. Understanding this distinction helps you manage costs effectively while giving you the flexibility to map seats to your teams.
1010

11-
## Why per-seat instead of per-user?
11+
## Why per-seat instead of per-user
1212

1313
Most SaaS tools charge per user. Every person who accesses the system counts toward your bill. Plane takes a different approach.
1414

0 commit comments

Comments
 (0)