Skip to content

Commit

Permalink
Merge pull request #190 from makeplane/export-fixes
Browse files Browse the repository at this point in the history
Added images in Exports
  • Loading branch information
danciaclara authored Dec 16, 2024
2 parents 8efd9d4 + 358d6a3 commit 759807a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
8 changes: 7 additions & 1 deletion docs/core-concepts/export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ You can export issues in one of the following formats:

Click the **Export** button for your preferred format.

4. **Select Projects**
![Export issues](https://media.docs.plane.so/workspaces/export-issues.webp#center)

4. **Select Project**
After selecting your format:
- Choose to export issues from all projects or a specific project using the dropdown.
- *Optional*: If exporting issues from all projects, you can split the data into separate files. This will package the exports into a ZIP file.

![Select project](https://media.docs.plane.so/workspaces/select-projects.webp#center)

:::info
Exporting large workspaces may take some time depending on the number of issues.
:::
Expand All @@ -40,6 +44,8 @@ You can view the history of your exports under **Previous exports**. For each ex
- Once completed, you can download the file by clicking **Download**.
- Click the **Refresh status** button to ensure the latest updates.

![Download file](https://media.docs.plane.so/workspaces/download-file.webp#center)

:::caution
Exported files remain downloadable for a limited time (7 days).
:::
Expand Down
10 changes: 10 additions & 0 deletions docs/core-concepts/pages/wiki.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
---
title: Wiki
hide_title: true
---

import Tags from '@site/src/components/Tags';

<div className="tag-wrapper">
# Centralized documentation with Wiki
<Tags
tags={[
{ name: "Pro", additionalClass: "pro" }
]}
/>
</div>

Plane's Wiki is a place to store and share company-wide information. Unlike project pages that focus on specific work, the Wiki helps you create documentation that matters to everyone in the organization.

Expand Down
12 changes: 6 additions & 6 deletions docs/core-concepts/projects/project-states.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ This feature provides a central view of all projects in your workspace, making i

You’ll be able to apply these states to all projects in your workspace and begin tracking their progress.

## Use Project States
## Modify Project properties

1. Navigate to **Projects** on the sidebar.
![Add or modify Project States](https://media.docs.plane.so/projects/modify-project-states.webp#center)

2. In each project card, you'll see a bunch of project properties.

- State: Set the project state.
- Priority: Highlight high-priority projects.
- Lead: Assign or change the project lead.
- Members: Update the team members working on the project.
- Start and End Dates: Add or adjust timelines.
- **State**: Set the project state.
- **Priority**: Highlight high-priority projects.
- **Lead**: Assign or change the project lead.
- **Members**: Update the team members working on the project.
- **Start and end Dates**: Add or adjust timelines.

## Why use Project States?

Expand Down

0 comments on commit 759807a

Please sign in to comment.