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.mdx
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,3 +213,12 @@ You can archive completed cycles, allowing you to conceal significantly older cy
213
213
## Delete cycles
214
214
215
215
You can delete a Cycle to remove it entirely. When you do, all associated analytics and progress reports will be erased. Any work items linked to that Cycle will also be automatically unlinked.
You can export cycle data to analyze sprint performance, create reports, or share progress with stakeholders outside of Plane. Exports include all work items within the cycle along with their key details.
223
+
224
+
Learn more about [custom exports](/core-concepts/export#custom-exports).
Copy file name to clipboardExpand all lines: docs/core-concepts/export.mdx
+20-21Lines changed: 20 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,48 +8,47 @@ import Tags from "@site/src/components/Tags";
8
8
9
9
# Export data
10
10
11
-
Plane allows you to export all your work items—from a single project or multiple projects—so you can access your data outside of Plane. You can export work items into CSV, Excel, or JSON formats. Additionally, you can choose how you'd like the data to be packaged: in a single consolidated file or split into separate files (downloaded as a ZIP).
12
-
13
-
:::caution[Limitation]
14
-
All key fields related to your work items are included in the export, except for work item types, custom properties, relations, links, attachments, and estimates. We're actively working on adding these soon.
15
-
:::
11
+
Plane allows you to export all your work items, from a single project or multiple projects, so you can access your data outside of Plane. You can export work items into CSV, Excel, or JSON formats.
16
12
17
13
## Export projects
18
14
19
15
> **Role**: Workspace Admins
20
16
21
-
1. Go to your **Workspace Settings**.
22
-
2. In the right pane, select **Exports**.
23
-
3.**Choose format**
24
-
You can export work items in one of the following formats: - CSV: A plain text file with values separated by commas. - Excel: A formatted spreadsheet file. - JSON: A lightweight, machine-readable format.
25
-
26
-
Click the **Export** button for your preferred format.
17
+
1. Go to your [Workspace Settings](/core-concepts/workspaces/overview#access-workspace-settings).
18
+
2. In the left pane, select **Exports**.
27
19
28
-

Copy file name to clipboardExpand all lines: docs/core-concepts/issues/overview.mdx
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,3 +201,14 @@ Within your project, you can set up automations to perform the following tasks:
201
201
You can also automate the closing of work items that are still open after a certain period of time. This is useful for ensuring that work items don’t remain open unnecessarily, helping to keep your project board organized and up to date. The automation will move all open work items matching the time period to a selected closed state.
202
202
203
203

You can export your work items to access and analyze your data outside of Plane. Exports support CSV and JSON formats, and you can filter exactly which work items to include.
211
+
212
+
This is useful when you need to create reports, perform external analysis, or share data with stakeholders who don't use Plane.
213
+
214
+
Learn more about [custom exports](/core-concepts/export#custom-exports).
Copy file name to clipboardExpand all lines: docs/core-concepts/modules.mdx
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ title: Organize project features with Modules
3
3
sidebar_label: Modules
4
4
description: Use Modules to organize work items, track feature development, and break down projects into manageable components with progress tracking and multiple layouts.
5
5
---
6
+
importTagsfrom"@site/src/components/Tags";
7
+
6
8
7
9
# Break your project down into Modules
8
10
@@ -102,3 +104,12 @@ Archive completed Modules to declutter your views while preserving historical da
102
104
## Delete Module
103
105
104
106
If a Module is no longer needed, you can delete it. Deleting a Module removes its progress analytics and de-links all associated work items.
You can export module data to track progress, create reports, or share module updates with stakeholders outside of Plane. Exports include all work items within the module along with their key details.
114
+
115
+
Learn more about [custom exports](/core-concepts/export#custom-exports).
You can export data from any saved view to analyze filtered work items, create custom reports, or share specific subsets of your project data. Exports respect all filters applied to the view.
88
+
89
+
Learn more about [custom exports](/core-concepts/export#custom-exports).
0 commit comments