You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intake/intake-forms.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ hide_title: true
6
6
importTagsfrom'@site/src/components/Tags';
7
7
8
8
<divclassName="tag-wrapper">
9
-
<h1>Collect issues with public web forms</h1>
9
+
<h1>Collect work items with public web forms</h1>
10
10
<Tags
11
11
tags={[
12
12
{ name: "Business", additionalClass: "business" }
@@ -17,22 +17,22 @@ import Tags from '@site/src/components/Tags';
17
17
Now, you can easily gather bug reports, feature requests, or support tickets from external users, all by sharing a simple form link.
18
18
19
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 issues. If the URL ever gets compromised, you can regenerate it by clicking **Renew**, ensuring only the right people can submit issues.
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.
Share the link with anyone who needs to submit an issue. They’ll land on a simple form where they can fill out their name, email, and issue details.
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.
Once users submit the form, you’ll see their issue in your project's **Intake** section. From here, you can choose to accept the issue and move it into your project workflow or reject it if it doesn’t fit your current priorities—just like any other Intake issue.
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.
This feature makes it easier to collect external feedback and handle issue submissions efficiently without giving outside users direct access to your project.
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.
0 commit comments