Skip to content

Commit bcda138

Browse files
Merge pull request #264 from makeplane/preview
Intake Forms
2 parents f927259 + 39fd5a6 commit bcda138

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

docs/intake/intake-forms.mdx

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Intake Forms
3+
hide_title: true
4+
---
5+
6+
import Tags from '@site/src/components/Tags';
7+
8+
<div className="tag-wrapper">
9+
<h1>Collect work items with public web forms</h1>
10+
<Tags
11+
tags={[
12+
{ name: "Business", additionalClass: "business" }
13+
]}
14+
/>
15+
</div>
16+
17+
Now, you can easily gather bug reports, feature requests, or support tickets from external users, all by sharing a simple form link.
18+
19+
## Enable Intake Forms
20+
Head to your Project settings and toggle on the **Forms** option under the **Features** tab. This will generate a unique URL for collecting Intake work items. If the URL ever gets compromised, you can regenerate it by clicking **Renew**, ensuring only the right people can submit work items.
21+
22+
![enable-intake-form](https://media.docs.plane.so/intake/enable-intake-form.webp#center)
23+
24+
## Share the link
25+
26+
Share the link with anyone who needs to submit a work item. They’ll land on a simple form where they can fill out their name, email, and work item details.
27+
28+
![submit-intake-form](https://media.docs.plane.so/intake/submit-intake-form.webp#center)
29+
30+
## Review work items in Intake
31+
Once users submit the form, you’ll see their work item in your project's **Intake** section. From here, you can choose to accept the work item and move it into your project workflow or reject it if it doesn’t fit your current priorities—just like any other Intake work item.
32+
33+
![mark-duplicate-intake-issues](https://media.docs.plane.so/intake/review-intake-form-issues.webp#center)
34+
35+
This feature makes it easier to collect external feedback and handle work item submissions efficiently without giving outside users direct access to your project.
36+
37+
38+
39+

docs/integrations/gitlab.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you're running a self-hosted instance of Plane, you'll need to set up a few e
2626

2727
To get started, you'll need to connect your GitLab account, organization, and repositories with Plane. Follow the steps below to complete the setup:
2828

29-
1. [Connect your GitLab organization](/integrations/gitlab#connect-github-organization)
29+
1. [Connect your GitLab organization](/integrations/gitlab#connect-gitlab-organization)
3030
2. [Connect GitLab project](/integrations/gitlab#connect-gitlab-project)
3131
3. [Connect Plane project](/integrations/gitlab#connect-plane-project)
3232

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const sidebars: SidebarsConfig = {
7979
'core-concepts/workspaces/teamspaces',
8080
'core-concepts/projects/project-states',
8181
'core-concepts/projects/project-overview',
82+
'intake/intake-forms',
8283
'core-concepts/export',
8384
'core-concepts/stickies',
8485
],

0 commit comments

Comments
 (0)