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
Copy file name to clipboardExpand all lines: docs/core-concepts/cycles.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ If the Project Admin sets the **Timezone** in [Project settings](/core-concepts/
52
52
You can modify the name, description, start and due dates of active and upcoming cycles at any time.
53
53
:::
54
54
55
-
## Start and stop cycles <Badgetype="info"text="Pro" />
55
+
## Manually start and stop cycles <Badgetype="info"text="Pro" />
56
56
57
57
While Cycles typically run for their set duration, sometimes you need more flexibility in managing your work periods. You can manually control when a Cycle begins or ends using the interface controls.
58
58
@@ -82,6 +82,21 @@ Any unfinished work items in the ended Cycle will remain in their current state.
82
82
83
83
This manual control gives you the flexibility to adapt your Cycles to your team's actual work rhythm, rather than being strictly bound to predetermined dates.
Cycles start and end automatically when their scheduled dates arrive. With this feature, a cycle's dates no longer trigger state changes on their own. The admin decides when each cycle actually starts and ends.
88
+
89
+
So if a cycle is scheduled to start on July 5, it stays upcoming past that date until the admin clicks **Start cycle**. If it's set to end on July 5, it keeps running until the admin clicks **End cycle**.
90
+
91
+
To enable this feature:
92
+
93
+
1. Go to **Settings → Features → Cycles** inside the project.
94
+
2. Find **Manually start and end cycles** and toggle it on.
95
+
96
+
When ending a cycle, if there are incomplete work items, you'll be asked whether to leave them in place or transfer them to another cycle before confirming.
97
+
98
+
> Turning this off does not affect any cycle already in progress, it only restores automatic scheduling going forward.
By default, only one cycle can be active at a time, and cycles cannot have overlapping dates. With parallel cycles enabled, you can run multiple cycles simultaneously with overlapping date ranges. This is useful when your team manages parallel workstreams — for example, a two-week sprint running alongside a longer release cycle.
Copy file name to clipboardExpand all lines: docs/core-concepts/pages/editor-blocks.md
+59-1Lines changed: 59 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,20 @@ Use the `/embed` slash command to quickly insert an embed block.
54
54
55
55
This opens an embed dialog where you can paste any supported link. The system automatically detects the content type and creates an appropriate embed with a rich preview. This eliminates the need for users to navigate away from your content to view referenced materials.
Embed a live dashboard widget directly in a page. Instead of linking out to a dashboard, you bring a single chart, table, or metric from an existing dashboard into your page. It renders inline and stays in sync with your data.
60
+
61
+
Type `/` in the editor and search for **Link dashboard widgets** to insert a dashboard widget block.
62
+
63
+
When you insert the block, a selector opens where you choose a dashboard and then pick the specific widget you want to embed. The widget appears inline in your page.
64
+
65
+
You can change the widget at any time by hovering over the block and clicking **Change widget**. To remove it, click **Delete** from the block menu.
66
+
67
+
:::tip
68
+
You need at least one dashboard with widgets already set up before you can embed one in a page. See [Dashboards](/dashboards) to get started.
69
+
:::
70
+
57
71
## Image
58
72
59
73
Inserts and displays images within your content.
@@ -170,7 +184,7 @@ Generate or transform content directly within your pages using AI. The AI Block
170
184
171
185
Type `/ai` to insert an AI Block. The block appears with a prompt input area and a dropdown to select the action type.
172
186
173
-
### Action types
187
+
####Action types
174
188
175
189
**Summarize page**
176
190
Generates a concise summary of your page content. Useful for creating executive summaries, TL;DRs, or quick overviews of longer documents.
@@ -189,3 +203,47 @@ Adds a horizontal line to separate content sections visually.
189
203
## Emoji
190
204
191
205
Add emojis to your content across all Plane editors. Type `/emoji` to open the picker or use `:` and start typing for suggestions like `:smile:`. Choose from standard Unicode emojis and GitHub's extended collection.
206
+
207
+
## Date block <Badgetype="warning"text="Enterprise Grid" />
208
+
209
+
The date block inserts an inline date picker anywhere in a page. It renders as a small pill showing a formatted date and can be clicked to open a calendar and change the selection.
210
+
211
+
#### Insert a date block
212
+
213
+
Type `/date` in the editor to open the slash command menu and select **Date**. You can also search for it by typing `/calendar`, `/deadline`, or `/due`.
214
+
215
+
The block is inserted at the cursor position with no date selected.
216
+
217
+
#### Pick a date
218
+
219
+
Click the date pill to open a calendar popover. Select any date. The popover closes and the pill updates to show the selected date formatted as `Jan 15, 2025`.
220
+
221
+
Click the pill again at any time to change the date.
222
+
223
+
#### In read-only pages
224
+
225
+
The date renders as plain formatted text. It cannot be clicked or changed.
226
+
227
+
## Status block <Badgetype="warning"text="Enterprise Grid" />
228
+
229
+
The status block inserts an inline colored label anywhere in a page. You define the text and choose from six colors. Use it to mark sections of a page with a state, flag, or category without creating a separate work item.
230
+
231
+
#### Insert a status block
232
+
233
+
Type `/status` in the editor and select **Status**. You can also search for it by typing `/label`, `/badge`, or `/tag`.
234
+
235
+
The block is inserted with the default text "STATUS" and a gray background.
236
+
237
+
#### Edit the label
238
+
239
+
Click the status badge to open a popover with a text field and a color picker.
240
+
241
+
Type your label text in the field. Changes appear on the badge as you type.
242
+
243
+
Select a color from the six options: Gray, Emerald, Crimson, Yellow, Indigo, Purple.
244
+
245
+
Press **Enter** or click outside the popover to close it and save.
246
+
247
+
#### In read-only pages
248
+
249
+
The status badge renders with its color and text preserved. It cannot be clicked or edited.
Copy file name to clipboardExpand all lines: docs/dashboards.md
+130Lines changed: 130 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,46 @@ One row per group, with a count column. The y-axis metric is fixed to **work ite
229
229
and cannot be changed - table charts always show a raw count. The appearance settings
230
230
(column color, legend, tooltip) match the bar chart config options.
231
231
232
+
### Work Items Table <Badgetype="warning"text="Enterprise Grid" />
233
+
234
+
A work items table lists individual work items as rows with configurable columns. Unlike the table chart, which aggregates issues into groups and shows a count, the work items table renders one row per work item — giving you a live filtered spreadsheet view of your issues directly on a dashboard.
235
+
236
+
It is most useful when you need a quick-reference list of specific issues on a dashboard — for example, all open blockers, issues due this week, or unassigned high-priority work — without navigating to a project view.
237
+
238
+
**Basic**
239
+
240
+
Rows display each matching work item with its identifier and name always visible. You choose which additional columns appear, how many rows to show per page, and navigate across pages directly on the widget.
241
+
242
+
The widget does not have an x-axis property, y-axis metric, or group-by dimension — it is a flat list, not a chart. Dashboard-level and widget-level filters control which work items appear.
243
+
244
+
**Columns**
245
+
246
+
The identifier, name, and project are always present. All other columns are optional and can be enabled or disabled in the widget configuration.
| Modules | All modules the work item belongs to |
258
+
| Work item type | The type, if work item types are configured |
259
+
| Estimate points | Estimate value |
260
+
| Created by | Member who created the work item |
261
+
| Sub-work items | Count of child work items |
262
+
| Attachments | Attachment count |
263
+
| Links | Link count |
264
+
| Customer requests | Number of customer requests linked |
265
+
| Customers | Number of customers linked |
266
+
| Releases | Releases the work item is part of |
267
+
268
+
**Rows per page**
269
+
270
+
Set between 1 and 100 rows per page (default 10). Use a lower number for a compact at-a-glance list and a higher number when you need to scan many items at once.
271
+
232
272
## Configure a widget
233
273
234
274
Open the configuration sidebar by clicking the widget or by clicking the pencil icon.
@@ -343,6 +383,96 @@ Plane renders each widget into the PDF. Chart widgets become images; table and n
343
383
are rendered as structured content. The PDF renderer respects the desktop grid layout and places widgets in their configured
344
384
positions and sizes across pages.
345
385
386
+
## Share a dashboard <Badgetype="warning"text="Enterprise Grid" />
387
+
388
+
Sharing a dashboard grants specific workspace members access to a private dashboard without making it public to the whole workspace. You choose which members to invite and what level of access they get.
389
+
390
+
A shared dashboard appears in the recipient's **Shared** tab in the dashboard list.
391
+
392
+
### Share with members
393
+
394
+
1. Open the dashboard.
395
+
2. Click **Share** in the header.
396
+
3. In the modal, open the **Share** tab.
397
+
4. Search for a workspace member and select them. They are added with **View** access by default.
398
+
5. To change their access level, click the permission dropdown next to their name and select **View** or **Edit**.
399
+
6. Click **Save**.
400
+
401
+
You can add multiple members before saving. All changes are applied in one batch when you click Save.
402
+
403
+
Only the dashboard owner can share a dashboard. Shared members cannot re-share it with others.
404
+
405
+
### Access levels
406
+
407
+
**View** - The member can open and read the dashboard. They cannot add, edit, move, or delete widgets, and cannot change dashboard settings or filters.
408
+
409
+
**Edit** - The member can do everything the owner can, except delete the dashboard, change its visibility, or manage sharing.
410
+
411
+
### Remove a member
412
+
413
+
1. Open **Share** in the header, then the **Share** tab.
414
+
2. Find the member in the list and click the permission dropdown, then **Remove**.
415
+
3. Click **Save**.
416
+
417
+
Removed members immediately lose access. The dashboard disappears from their Shared tab.
418
+
419
+
### The Shared tab
420
+
421
+
Dashboards appear under the **Shared** tab in the left sidebar when
422
+
423
+
- You own a private dashboard that you have shared with at least one member.
424
+
- Someone has shared their private dashboard with you.
425
+
426
+
Both cases show in the same tab. You can tell which dashboards you own by the presence of the Share and edit controls in the header. Shared members who do not own the dashboard will not see those controls.
427
+
428
+
### Limits
429
+
430
+
There is no limit on the number of members you can share a dashboard with. You can share with any active, non-guest workspace member. The dashboard owner and guest-role members cannot be added.
431
+
432
+
---
433
+
434
+
## Publish a dashboard <Badgetype="warning"text="Enterprise Grid" />
435
+
436
+
Publishing a dashboard generates a unique public URL that anyone can open with no Plane account required. It is the right choice when you want to share dashboard data with stakeholders, clients, or teammates who are not part of your workspace.
437
+
438
+
A published dashboard is always read-only for viewers. They can see widget data but cannot edit the dashboard, change filters, or modify anything.
439
+
440
+
### Publish
441
+
442
+
1. Open the dashboard.
443
+
2. Click **Share** in the header.
444
+
3. In the modal, open the **Publish** tab.
445
+
4. Click **Publish**. Plane generates a unique link.
446
+
5. Copy the link and share it.
447
+
448
+
Anyone with the link can view the dashboard without signing in.
449
+
450
+
Only the dashboard owner can publish or unpublish a dashboard.
451
+
452
+
### Unpublish
453
+
454
+
1. Open the dashboard.
455
+
2. Click **Share**, then the **Publish** tab.
456
+
3. Click **Unpublish**.
457
+
458
+
The public URL immediately becomes inaccessible. The link is deactivated but not permanently deleted, so the same anchor can be reactivated if you publish again.
459
+
460
+
### Regenerate the link
461
+
462
+
If you need to invalidate the current public URL without unpublishing the dashboard, click **Regenerate link** in the Publish tab. This creates a new URL. The old URL stops working immediately.
463
+
464
+
Use this if the link was shared with the wrong people and you want to cut off their access without taking the dashboard fully offline.
465
+
466
+
### What viewers see
467
+
468
+
Viewers see the dashboard name, all widgets in their configured layout, and all data subject to the dashboard-level and widget-level filters. The grid is responsive; widgets stack vertically on smaller screens.
469
+
470
+
Viewers cannot see who owns the dashboard, edit any settings, or interact beyond reading the data.
471
+
472
+
### Access controls
473
+
474
+
Published dashboards are link-only. There is no password protection, no expiration date, and no view limit. Anyone with the URL can view the dashboard. To restrict access, unpublish the dashboard or regenerate the link.
|**Text**| Single line, Paragraph, Read-only | The **Read-only** attribute cannot be marked as mandatory. Enter text in the Read only data box for this option. |
91
-
|**Number**| Default value | An optional default value can be given to this property type. |
92
-
|**Dropdown**| Single select, Multi select, Add options | Specify the values for the dropdown under **Add options**. |
93
-
|**Boolean**| True/False | Default value is false. This attribute cannot be marked as mandatory. |
94
-
|**Date**| Date Format | Consistent date format across all properties. |
95
-
|**Member picker**| Single Select, Multi select | Displays a list of all project members. Members selected via a member picker property are automatically added as subscribers to the work item, so they receive notifications for updates, comments, and status changes. |
96
-
|**Release picker**| One or more releases | Multi select |
97
-
|**URL**|| A URL field for linking to external resources. |
88
+
A freeform text field. When you add a text property, you choose one of three formats:
98
89
99
-
### Examples of custom properties
90
+
-**Single line:** A compact input for short values like names, codes, or labels.
91
+
-**Paragraph:** A multi-line input for longer freeform content.
92
+
-**Read-only:** A fixed text display. You enter the text when setting up the property, and members see it on every work item but cannot edit it. Read-only text properties cannot be marked as mandatory.
A selection field backed by a list of options you define. When setting up the property, add your options under **Add options**. Each option can have a name and an icon.
101
+
102
+
Choose **Single select** to let members pick one option at a time, or **Multi select** to allow multiple selections.
103
+
104
+
### Boolean
105
+
106
+
A true/false toggle. The default state is false. Because it already represents a complete two-state answer, boolean properties cannot be marked as mandatory.
107
+
108
+
### Date
109
+
110
+
A date picker field. You choose a display format for dates across this property:
111
+
112
+
-`Jan 15, 2025`
113
+
-`15/01/2025`
114
+
-`01/15/2025`
115
+
-`2025/01/15`
116
+
117
+
The format you pick applies consistently to all work items using this property.
118
+
119
+
### Member picker
120
+
121
+
A people-selection field that lists all members of the project. Choose **Single select** to allow one member, or **Multi select** to allow several.
122
+
123
+
Members selected through a member picker property are automatically added as subscribers to that work item, so they receive notifications for updates, comments, and status changes.
A field for linking a work item to one or more [releases](https://docs.plane.so/releases) in the project. Supports multi-select.
128
+
129
+
### URL
130
+
131
+
A field for a single URL. Members enter a link to an external resource, like a design file, a document, or a ticket in another tool, and it renders as a clickable link on the work item.
0 commit comments