Add a bug to Linear via Slack command — n8n Workflow

Medium complexity🔗 Webhook7 nodes🏷️ Project Management👁 484 viewsby Niklas Hatje

Overview

Use Case When building a product it's important to discover and eliminate bugs as quickly as possible. Since we're using our product at n8n a lot, we wanted to make it as easy as possible for everyone to add bugs with the needed level of detail. That's why we built this workflow that allows everyone to add bugs to our Linear account easily directly from Slack What this workflow does This workflow waits for a webhook call within Slack, that gets fired when users use the /bug command on a bot that

Nodes used

HTTP Request

Workflow Preview

Needed pre-work: Add a Slack App
1. Visit https://api.slack.com/apps, click on `New App`
2. Click on `OAuth & Permissions` and scroll down to Sc
Helper nodes
Run these to find the IDs of your team and wanted label
Setup
1. Congifure your Slack bot using the sticky to the lef
2. Fill the `Set me up` node. You can find the IDs easi
3. Make sure to exchange the `Request URL` in
B
Bug Webhook
Hidden message to add bu…
Create linear issue
S
Set me up
Get all linear teams
Get linear labels for a …
S
Set team ID
7 nodes4 edges

How it Works

  1. 1

    Trigger

    The workflow starts with a webhook trigger.

  2. 2

    Process

    Data flows through 7 nodes, connecting httprequest, set, webhook.

  3. 3

    Output

    The workflow completes its automation and delivers the result to the configured destination.

Node Details (7)

HT

HTTP Request

httpRequest

#1

How to Import This Workflow

  1. 1Click Download JSON button on the right to save the workflow file.
  2. 2Open your n8n instance. Go to Workflows → New → Import from file.
  3. 3Select the downloaded add-a-bug-to-linear-via-slack-command file and click Import.
  4. 4Set up credentials for each service node (API keys, OAuth, etc.).
  5. 5Click Test Workflow to verify everything works, then activate it.

Or paste directly in n8n → Import from JSON:

{ "name": "Add a bug to Linear via Slack command", "nodes": [...], ...}

Integrations

httprequestsetwebhook

Get This Workflow

Download and import in one click

Download JSONView on n8n.io
Nodes7
Complexitymedium
Triggerwebhook
Views484

Created by

Niklas Hatje

Niklas Hatje

@nik8n

Tags

httprequestsetwebhook

New to n8n?

n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.

Get n8n Free →