Sync Monday.com Items to Jira with Smart Duplicate Detection & Feedback Loop — n8n Workflow

Medium complexity🔗 Webhook9 nodes🏷️ Project Managementby Rahul Joshi

Overview

Description: Bridge the gap between Monday.com and Jira with this intelligent n8n automation template.

The workflow listens for new or updated Monday.com items, normalizes data fields, and syncs them with your Jira backlog—automatically detecting duplicates using fuzzy matching logic. It then creates or updates Jira issues accordingly and logs the results back into Monday.com, ensuring your product and engineering teams stay aligned in real time. Ideal for project managers, product ops, and agi

Nodes used

Jira SoftwareMonday.com

Workflow Preview

🚀 WORKFLOW START
This workflow synchronizes tasks between Monday.com and
• Receives webhook from Monday.com
• Normalizes data fields
• Checks for duplicates in Jira
• Creates new issues or upd
🔄 DATA NORMALIZATION
Extracts and standardizes Monday.com data:
From column_values:
✓ summary: Item name (trimmed)
✓ component: Component column (lowercase)
✓ severity: Severity level (uppercase)
📊 JIRA SEARCH
Retrieves all existing issues from Jira:
• Uses Jira REST API
• Fetches all issues (getAll)
• Returns: issue keys, summaries, fields
• Scans entire backlog
🔍 FUZZY DUPLICATE DETECTION
Algorithm:
• Compares Monday summary against all Jira titles
• Character-level similarity matching
• Threshold: > 80% match
Detects:
⚖️ DECISION GATE
Branches based on duplicate status:
IF duplicateFound = true:
→ Route to "Update Existing"
→ Merge with existing issue
→ Avoid duplicates
🔧 UPDATE EXISTING
When duplicate detected:
• Uses matched Jira issue key
• Updates existing record
• Adds new information
• Increments counter
✨ CREATE NEW
When no duplicate found:
• Creates new Jira issue
• Project: Kanban (10001)
• Issue Type: Task (10006)
• Summary: From Monday title
📝 LOG BACK TO MONDAY
After Jira action completed:
• Adds update to Monday item
• Documents:
✓ Action taken (created/updated)
✓ Jira issue key
📋 OPTIONAL: CREATE BOARD
Can create new Monday.com board:
• Project name from Jira
• Private board
• For team collaboration
Note: This node appears unused in current flow
L
Listen for Monday.com We…
N
Normalize Monday Fields
Query Jira Backlog
D
Detect Duplicates (Fuzzy…
I
Is Duplicate Found?
Update Jira Issue (Dupli…
Create New Jira Issue
Update Monday Item (Log …
Create Monday Board
9 nodes8 edges

How it Works

  1. 1

    Trigger

    The workflow starts with a webhook trigger.

  2. 2

    Process

    Data flows through 9 nodes, connecting function, if, jira.

  3. 3

    Output

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

Node Details (9)

JI

Jira Software

jira

#1
MO

Monday.com

mondayCom

#2

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 sync-mondaycom-items-to-jira-with-smart-duplicate-detection-feedback-loop 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": "Sync Monday.com Items to Jira with Smart Duplicate Detection & Feedback Loop", "nodes": [...], ...}

Integrations

functionifjiramondaycomwebhook

Get This Workflow

Download and import in one click

Download JSONView on n8n.io
Nodes9
Complexitymedium
Triggerwebhook

Created by

Rahul Joshi

Rahul Joshi

@rahul08

Tags

functionifjiramondaycomwebhook

New to n8n?

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

Get n8n Free →