Skip to content

Commit

Permalink
Merge pull request #143 from makeplane/drafts-feature
Browse files Browse the repository at this point in the history
Drafts feature
  • Loading branch information
danciaclara authored Oct 21, 2024
2 parents 518a0b0 + 0e477f3 commit f1cc3b1
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 4 deletions.
51 changes: 51 additions & 0 deletions docs/core-concepts/drafts.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: Drafts
---

# Save your progress effortlessly

The Drafts feature is here to ensure you never lose your progress when creating new issues. If you're interrupted or accidentally click away, Plane automatically saves your work so you can pick up right where you left off. This improves efficiency and reduces frustration, letting you manage incomplete issues without needing to publish or abandon them.

## How drafts work

:::info
Drafts remain private and won't be visible to team members until you move them to project issues.
:::

We've all been there—clicking outside a modal or navigating away from a page, only to lose all our progress. With Plane, you don’t have to worry about that anymore. As soon as you start working on an issue, Plane auto-saves it for you. If you're interrupted or need to step away, your work is safe in the **Drafts** section on the sidebar. From there, you can easily edit, delete, or move the draft to a project when you're ready.

![Drafts section](https://media.docs.plane.so/drafts/drafts-section.webp#center)

Want to create a draft manually? Just click **Draft an issue** at the top right, and you can save your draft for later.

![Create drafts](https://media.docs.plane.so/drafts/create-draft.webp#center)

Additionally, if you try to discard an issue during creation, you’ll see a confirmation modal offering the option to save it to drafts instead of deleting it, so no progress is lost.
![Save to drafts](https://media.docs.plane.so/drafts/save-to-drafts.webp#center)

## Manage drafts
To manage your drafts, click the ellipsis (•••) icon next to any draft for several options:
![Manage drafts](https://media.docs.plane.so/drafts/manage-drafts.webp#center)

- **Edit**
Select **Edit** to make changes to your draft as you would with a regular issue. Once you're done, just save your updates.

- **Make a copy**
Need a duplicate? Simply select **Make a copy** to clone your draft.

- **Move to project**
Ready to finalize your draft? Click **Move to project** to publish it as a regular issue. Assignees and team members will be notified only once the draft is moved to the project.

- **Delete**
Created a draft you no longer need? Deleting it is easy. Click **Delete**, confirm, and it’s gone. A toast message will appear confirming the deletion.
:::caution
Keep in mind, deleted drafts cannot be recovered. You'll always see a confirmation modal to prevent accidental deletions.
:::

## Troubleshooting
Here are a few common scenarios you might encounter:

- **Draft does not appear after auto-save**
Refresh your page or ensure you have a stable internet connection. If issues persist, try clearing your browser’s cache.
- **Unable to move a draft issue to an active project cycle**
Double-check that all the required fields are filled out and that the draft is properly assigned to a project cycle before moving it.
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const sidebars: SidebarsConfig = {
],
},
'core-concepts/inbox',
'core-concepts/drafts',
'core-concepts/analytics',
'core-concepts/deploy',
'core-concepts/power-k'
Expand Down
5 changes: 1 addition & 4 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,4 @@ img[src*='#center'] {
border-width: 0px;
padding: .5rem;
background-color: rgb(32 43 61);
}



}

0 comments on commit f1cc3b1

Please sign in to comment.