Skip to content

Commit 4f44d4c

Browse files
authored
Project Labels and Columns in Pages (#410)
* Project Labels * Columns editor block * added plan tag * coderabbit fixes * Updated User CSV import doc * Updated image * formatting fixes
1 parent 379971c commit 4f44d4c

5 files changed

Lines changed: 68 additions & 4 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,10 @@ export default defineConfig({
358358
text: "Project States",
359359
link: "/core-concepts/projects/project-states",
360360
},
361-
{ text: "Workflow States", link: "/core-concepts/issues/states" },
361+
{
362+
text: "Project Labels",
363+
link: "/core-concepts/projects/project-labels",
364+
},
362365
{
363366
text: "Project Overview",
364367
link: "/core-concepts/projects/project-overview",
@@ -392,6 +395,8 @@ export default defineConfig({
392395
text: "Work Item Types",
393396
link: "/core-concepts/issues/issue-types",
394397
},
398+
{ text: "Workflow States", link: "/core-concepts/issues/states" },
399+
{ text: "Work Item Labels", link: "/core-concepts/issues/labels" },
395400
{
396401
text: "Work Item Templates",
397402
link: "/templates/work-item-templates",
@@ -405,7 +410,6 @@ export default defineConfig({
405410
{
406411
text: "Planning and organization",
407412
items: [
408-
{ text: "Labels", link: "/core-concepts/issues/labels" },
409413
{ text: "Cycles", link: "/core-concepts/cycles" },
410414
{ text: "Modules", link: "/core-concepts/modules" },
411415
{ text: "Epics", link: "/core-concepts/issues/epics" },

docs/core-concepts/issues/labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Labels can be used to group work items by common attributes, such as type, featu
1111

1212
## Manage labels
1313

14-
![Project labels](https://media.docs.plane.so/projects/project-labels.webp#hero)
14+
![Project labels](https://media.docs.plane.so/issues/work-item-labels.webp#hero)
1515

1616
You can manage your labels in the **Labels** tab in your project settings. From here, you can create, edit, and delete labels.
1717

docs/core-concepts/pages/editor-blocks.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,20 @@ When you upload video files as attachments, you can display them with inline pla
6868

6969
![Show preview](https://media.docs.plane.so/pages/show-preview.webp#hero)
7070

71+
## Columns <Badge type="info" text="Pro" />
72+
73+
Organize content side-by-side using multi-column layouts. Columns help you create visually structured pages for comparisons, parallel information, or more efficient use of horizontal space.
74+
75+
![Columns](https://media.docs.plane.so/pages/columns.webp#hero)
76+
77+
Use the slash command to insert the layout you need:
78+
79+
- `/2 Columns`
80+
- `/3 Columns`
81+
- `/4 Columns`
82+
83+
Each column appears with an "Add content" placeholder where you can add any block type - text, lists, code, images, and more.
84+
7185
## Video <Badge type="info" text="Pro" />
7286

7387
Embeds video content directly into your pages for rich multimedia documentation.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Project labels
3+
description: Organize and categorize projects across your workspace with reusable labels.
4+
---
5+
6+
# Tag projects with Labels <Badge type="info" text="Pro" />
7+
8+
Project labels let you categorize projects across your workspace by team, function, priority, or any custom classification. Labels are defined at the workspace level and can be applied to any project. A project can have multiple labels.
9+
10+
## Create project labels
11+
12+
1. Go to **Workspace Settings → Projects**.
13+
2. Click the **Project labels** tab.
14+
3. Click **Add label**.
15+
4. Enter a label name and choose a color.
16+
5. Click **Add**.
17+
18+
![Project Labels](https://media.docs.plane.so/projects/project-labels.webp#hero)
19+
20+
You can also create labels directly from the label picker when assigning them to a project.
21+
22+
## Group projects by labels
23+
24+
In Board and List layouts, you can group projects by their labels:
25+
26+
- Each label appears as its own column or group.
27+
- Projects appear under their assigned labels.
28+
- Projects without labels appear in a **No Label** group.
29+
30+
This makes it easier to scan and manage projects by custom categories.
31+
32+
## Edit and delete labels
33+
34+
**Edit a label:**
35+
36+
1. Go to **Workspace Settings → Projects → Project labels**.
37+
2. Click the **** icon on the label and select **Edit label**.
38+
3. Update the name or color and click **Update**.
39+
40+
**Delete a label:**
41+
42+
1. Click the **** icon on the label and select **Delete**.
43+
44+
::: warning
45+
Deleting a label removes it from all projects that had it assigned.
46+
:::

docs/core-concepts/workspaces/members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Workspace admins can bulk invite members by importing a CSV file. This is useful
4343
3. Upload your CSV file (drag and drop or click to browse).
4444
4. Select **Import** to bulk invite the members.
4545

46-
Imported users are added directly to the workspace. When they sign in using the imported email, they're automatically redirected to the workspace without going through onboarding.
46+
Imported users are added directly to the workspace.
4747

4848
**CSV format requirements**
4949

0 commit comments

Comments
 (0)