Skip to content

Added images to Exports #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading