Turn In-App Feedback Into Triaged Linear Issues
Close the feedback loop — capture in-app feedback, let AI classify it as bug, feature or praise, and file the actionable ones in Linear.
- 1
Capture Feedback
Add a
Webhooknode fed by your in-app feedback widget with the message and user context. - 2
Classify It
Add an
OpenAInode labeling the feedback as bug, feature request, or praise. - 3
Route by Type
Add a
Switchnode filing bugs and feature requests in Linear and logging praise separately. - 4
Create the Issue
Add a
Linearnode creating a triaged issue with the feedback, user and app context. - 5
Activate and Test
Activate the workflow and submit test feedback of each type. Confirm routing and issue creation.
Frequently asked questions
Won't this flood Linear?
Only bugs and feature requests are filed, and you can add a dedup step so repeated feedback links to one issue.
Can I thank users for praise?
Route praise to a wins channel and optionally send an automated thank-you to the user.