Sync Productboard Features to Linear Issues with Telegram Notifications — n8n Workflow

Mittel Komplexität Geplant6 Knoten🏷️ Project Managementvon Avkash Kakdiya

Übersicht

How it works

This workflow automatically syncs new Productboard features into Linear as issues and notifies the team via Telegram. It starts on a schedule, fetches Productboard features through API requests, and transforms the raw data into clean, structured fields. Newly created features are filtered, then inserted into Linear, and a success message is sent to Telegram for confirmation.

Step-by-step

  1. Trigger and fetch data
    Schedule Trigger** – Starts the workflow at predefined intervals.

Verwendete Knoten

HTTP RequestTelegramLinearCode

Workflow-Vorschau

🗓 Trigger & Data Fetching
*Schedule Trigger starts the workflow at defined interv
HTTP Request (Productboard) fetches all features from P
🔄 Data Transformation
*Code Node (Transform Features) processes the raw JSON
Strips out HTML from feature descriptions → plain text
Extracts key fields (id, name, type,
✅ Filtering Logic
*If Node (Filter New Features) compares the createdAt f
Ensures only newly created Productboard features procee
👉 Prevents duplicate syncing of olde
📝 Issue Creation & Notifications
*Create Linear Issue
Creates a new issue in a specific Linear team.
Uses the Productboard feature name as the title and des
Telegram
📅 Schedule Trigger
🌐 HTTP Request to Produ…
💻 Code (Transform Featu…
⚖️ If (Filter New Featur…
📝 Create Linear Issue
📢 Success Notification …
6 nodes5 edges

So funktioniert es

  1. 1

    Auslöser

    Der Workflow startet mit einem geplant-Auslöser, der nach einem definierten Zeitplan läuft.

  2. 2

    Verarbeitung

    Die Daten fließen durch 6 Knoten, connecting code, httprequest, if.

  3. 3

    Ausgabe

    Der Workflow schließt seine Automatisierung ab und liefert das Ergebnis an das konfigurierte Ziel.

Knotendetails (6)

HT

HTTP Request

httpRequest

#1
TE

Telegram

telegram

#2
LI

Linear

linear

#3
CO

Code

code

#4

So importieren Sie diesen Workflow

  1. 1Klicken Sie rechts auf die Schaltfläche JSON herunterladen, um die Workflow-Datei zu speichern.
  2. 2Öffnen Sie Ihre n8n-Instanz. Gehen Sie zu Workflows → Neu → Aus Datei importieren.
  3. 3Wählen Sie die heruntergeladene Datei sync-productboard-features-to-linear-issues-with-telegram-notifications und klicken Sie auf Importieren.
  4. 4Richten Sie Anmeldedaten für jeden Dienstknoten ein (API-Schlüssel, OAuth usw.).
  5. 5Klicken Sie auf Workflow testen, um zu überprüfen, ob alles funktioniert, und aktivieren Sie es dann.

Oder direkt in n8n → Aus JSON importieren einfügen:

{ "name": "Sync Productboard Features to Linear Issues with Telegram Notifications", "nodes": [...], ...}

Integrationen

codehttprequestiflinearscheduletriggertelegram

Diesen Workflow holen

Herunterladen und mit einem Klick importieren

JSON herunterladenAuf n8n.io ansehen
Knoten6
Komplexitätmedium
Auslöserscheduled

Erstellt von

Avkash Kakdiya

Avkash Kakdiya

@itechnotion

Tags

codehttprequestiflinearscheduletriggertelegram

Neu bei n8n?

n8n ist ein kostenloses Open-Source-Workflow-Automatisierungstool. Selbst hosten oder die Cloud-Version nutzen.

n8n kostenlos holen →