Sync Azure DevOps Work Items to GitHub Issues with Google Sheets Tracking — Workflow n8n

Moyen complexité🔗 Webhook12 nœuds🏷️ Project Managementpar ConceptRecall

Aperçu

Who is this for?

This workflow is designed for software teams, project managers, and developers who manage work across Azure DevOps and GitHub. It helps organizations that use Azure DevOps for work item tracking but rely on GitHub for issue management and collaboration.

If you need to ensure that your DevOps Stories and Tasks are mirrored in GitHub issues while keeping a single source of truth in Google Sheets, this workflow is for you.

What problem is this workflow solving? / Use case

Manag

Nœuds utilisés

GitHubGoogle SheetsHTTP RequestCode

Aperçu du workflow

📌 Workflow Purpose
This workflow automates the connection between Microsof
and Google Sheets to streamline project tracking.
1. When a new Story is created in Azure DevOps, a
🔔 Trigger for Azure DevOps Story events.
Receives POST requests whenever a new Story
work item is created/updated in Azure DevOps.
🧹 Cleans and structures Story data from Azur
Extracts fields like: ID, Title, Description, CreatedBy
Passes simplified object for GitHub Issue creation.
📄 Creates a new GitHub Issue in the reposito
(based on Story Title and Description from Azure DevOps
📡 Calls GitHub API to fetch repository colla
Used to determine possible assignees for the new issue.
🎲 Selects a random collaborator from the lis
of repository members and prepares the assignee value.
✏️ Updates the GitHub Issue using PATCH reque
Assigns the randomly selected collaborator.
📊 Appends mapping between Azure DevOps Story
GitHub Issue number, and Issue URL into the Google Shee
Acts as a central cross-reference.
🔔 Trigger for Azure DevOps Task events.
Receives POST requests whenever a new Task
is created/updated in Azure DevOps.
🧹 Cleans and structures Task data from Azure
Extracts Task ID, Title, Description, Parent Story ID,
and Task URL for mapping back to GitHub Issue.
🔍 Looks up the parent Story’s mapping in Goo
(using AzureID as the key) to find the corresponding
GitHub Issue ID.
📥 Retrieves details of the GitHub Issue asso
with the parent Story from the mapping found in Sheets.
➕ Updates the GitHub Issue body.
Appends a clickable Task link (with Azure DevOps Task I
as a bullet point under the parent GitHub Issue.
W
Webhook1
HTTP Request1
Code2
HTTP Request2
W
Webhook2
Google Sheets
Google Sheets1
Create Github Issue
Filter Story Data
Filter Task Data
GitHub1
GitHub2
12 nodes10 edges

Comment ça fonctionne

  1. 1

    Déclencheur

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

  2. 2

    Traitement

    Les données transitent par 12 nœuds, connecting code, github, googlesheets.

  3. 3

    Sortie

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

Détails des nœuds (12)

GI

GitHub

github

#1
GO

Google Sheets

googleSheets

#2
HT

HTTP Request

httpRequest

#3
CO

Code

code

#4

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-azure-devops-work-items-to-github-issues-with-google-sheets-tracking 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 Azure DevOps Work Items to GitHub Issues with Google Sheets Tracking", "nodes": [...], ...}

Intégrations

codegithubgooglesheetshttprequestwebhook

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
Nœuds12
Complexitémedium
Déclencheurwebhook

Créé par

ConceptRecall

ConceptRecall

@conceptrecallcom

Tags

codegithubgooglesheetshttprequestwebhook

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 →