Sync Monday.com Items to Jira with Smart Duplicate Detection & Feedback Loop — n8n ワークフロー

複雑度🔗 Webhook9個のノード🏷️ Project Management作成者:Rahul Joshi

概要

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

使用ノード

Jira SoftwareMonday.com

ワークフロープレビュー

🚀 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

仕組み

  1. 1

    トリガー

    このワークフローは webhook トリガーで開始します。

  2. 2

    処理

    データは 9 個のノードを流れます, connecting function, if, jira。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (9)

JI

Jira Software

jira

#1
MO

Monday.com

mondayCom

#2

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした sync-mondaycom-items-to-jira-with-smart-duplicate-detection-feedback-loop ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

{ "name": "Sync Monday.com Items to Jira with Smart Duplicate Detection & Feedback Loop", "nodes": [...], ...}

インテグレーション

functionifjiramondaycomwebhook

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード9
複雑度medium
トリガーwebhook
カテゴリProject Management

作成者

Rahul Joshi

Rahul Joshi

@rahul08

タグ

functionifjiramondaycomwebhook

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →