Turn quick bug notes in Slack into real tickets in Linear. Teams log issues with a simple slash command and get instant feedback, so nothing gets lost.
A webhook catches the slash command and reads the text and the user who sent it. A setup step stores the correct team and labels for routing. An authenticated request to Linear creates a new issue through its GraphQL API, using the Slack text as the title while cleaning quotes to avoid errors. After the ticket is created, a private message is posted back to Slack using the response URL to confirm and ask for more details. Helper calls can list your Linear teams and labels so you can copy the right IDs during setup.
You will need a Slack app with a slash command that points to the n8n webhook URL, plus a Linear account with access to your workspace. Expect bug capture time to drop from minutes to seconds and fewer lost reports across channels. Useful for product squads, QA groups, and support leads who report issues from chat without switching tools.