Skip to content

Intake Forms #264

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 4 commits into from
Mar 6, 2025
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
39 changes: 39 additions & 0 deletions docs/intake/intake-forms.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Intake Forms
hide_title: true
---

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

<div className="tag-wrapper">
<h1>Collect work items with public web forms</h1>
<Tags
tags={[
{ name: "Business", additionalClass: "business" }
]}
/>
</div>

Now, you can easily gather bug reports, feature requests, or support tickets from external users, all by sharing a simple form link.

## Enable Intake Forms
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.

![enable-intake-form](https://media.docs.plane.so/intake/enable-intake-form.webp#center)

## Share the link

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.

![submit-intake-form](https://media.docs.plane.so/intake/submit-intake-form.webp#center)

## Review work items in Intake
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.

![mark-duplicate-intake-issues](https://media.docs.plane.so/intake/review-intake-form-issues.webp#center)

This feature makes it easier to collect external feedback and handle work item submissions efficiently without giving outside users direct access to your project.




2 changes: 1 addition & 1 deletion docs/integrations/gitlab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you're running a self-hosted instance of Plane, you'll need to set up a few e

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

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

Expand Down
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const sidebars: SidebarsConfig = {
'core-concepts/workspaces/teamspaces',
'core-concepts/projects/project-states',
'core-concepts/projects/project-overview',
'intake/intake-forms',
'core-concepts/export',
'core-concepts/stickies',
],
Expand Down