Sync Linear Issues to Todoist Tasks Automatically (Create, Update, Close) — Workflow n8n

Élevé complexité Déclencheur26 nœuds🏷️ Project Management👁 43 vuespar Léo Mathurin

Aperçu

✨ Try It Out! Sync your Linear issues to Todoist automatically with this n8n workflow. When an issue is created, updated, or completed in Linear, a corresponding task is created, updated, or closed in Todoist.

⚙️ How It Works

Triggered by issue changes via linearTrigger Routes based on action (create, update, remove) Checks if a matching Todoist task already exists (via issue ID) If the issue has: A due date And is assigned to you ([email protected])
➤ Then it creates or updates th

Nœuds utilisés

TodoistLinear

Aperçu du workflow

✨ Try It Out!
Sync your Linear issues to Todoist automatically with t
1. Listen for Linear Issue Events
Learn more about the Linear Trigger node
This node captures events from Linear like issue creati
2. Route by Action: Create, Update or Remove
See how Switch nodes work
Based on the type of action (`create`, `update`, or `re
3. Check for Existing Task in Todoist
Explore Todoist Node Docs
Before creating or updating anything, we check if a tas
5. Handle Sub-Issues with Context
Example: Fetching Parent Data
If the Linear issue is a sub-task, we fetch the parent
4. Conditional Logic for Updates or Completio
Learn about IF & Switch nodes
We make sure the issue:
- Has a due date
- Is assigned to *you
6. Create, Update or Close Todoist Tasks
Todoist Integration Guide
Finally, based on the logic above, we either:
- Create a new task in your Todoist pr
Update task
N
New issue or updated issue
Check if task already ex…
I
if task already exists1
Remove task
D
Do nothing1
S
Switch based on action
I
If action's due date is …
T
Task finished ?
Close task
I
If it's a sub-issue
Get parent issue
S
Set title with parent an…
Update task1
T
Task finished ?1
Close task1
Check if task already ex…
I
if task already exists3
D
Do nothing2
I
If action's due date is …
I
If it's a sub-issue1
Remove task1
Get parent issue1
S
Set title with parent an…
Create task2
Create task3
26 nodes26 edges

Comment ça fonctionne

  1. 1

    Déclencheur

    Le workflow démarre avec un déclencheur déclencheur.

  2. 2

    Traitement

    Les données transitent par 26 nœuds, connecting if, linear, lineartrigger.

  3. 3

    Sortie

    Le workflow termine son automatisation et livre le résultat à la destination configurée.

Détails des nœuds (26)

TO

Todoist

todoist

#1
LI

Linear

linear

#2

Comment importer ce workflow

  1. 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
  2. 2Ouvrez votre instance n8n. Accédez à Workflows → Nouveau → Importer depuis un fichier.
  3. 3Sélectionnez le fichier sync-linear-issues-to-todoist-tasks-automatically-create-update-close téléchargé et cliquez sur Importer.
  4. 4Configurez les identifiants pour chaque nœud de service (clés API, OAuth, etc.).
  5. 5Cliquez sur Tester le workflow pour vérifier que tout fonctionne, puis activez-le.

Ou collez directement dans n8n → Importer depuis JSON :

{ "name": "Sync Linear Issues to Todoist Tasks Automatically (Create, Update, Close)", "nodes": [...], ...}

Intégrations

iflinearlineartriggersetswitchtodoist

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
Nœuds26
Complexitéhigh
Déclencheurtrigger
Vues43

Créé par

Léo Mathurin

Léo Mathurin

@leo-mathurin

Tags

iflinearlineartriggersetswitchtodoist

Nouveau sur n8n ?

n8n est un outil d'automatisation de workflows gratuit et open-source. Hébergez-le vous-même ou utilisez la version cloud.

Obtenir n8n gratuitement →