Automate Change Request Workflow: Monday.com to Jira with Slack & Sheets — n8n ワークフロー

複雑度 スケジュール12個のノード🏷️ Project Management作成者:Rahul Joshi

概要

📊 Description Streamline IT and operations change management by automating approval routing, Jira issue creation, audit logging, and real-time Slack alerts. This workflow ensures faster reviews, traceable approvals, and transparent communication across systems. 🚀💼 What This Template Does Step 1: Triggers automatically every weekday at 3:00 AM to fetch new or updated change requests from Monday.com. ⏰ Step 2: Extracts key fields (request name, component, risk level, approvers, and description) fo

使用ノード

Google SheetsSlackJira SoftwareMonday.comGmail

ワークフロープレビュー

🎯 Change Request Approval Workflow
Automated change management system that routes requests
What it does:
- Fetches change requests from Monday.com daily
- Rout
⏰ Daily Schedule
Runs weekdays at 3:00 AM to process change requests.
Schedule: Mon-Fri at 03:00
Cron: `0 3 * * 1-5`
Customize: Adjust timing based on your team's timezone
📋 Fetch Requests
Setup Required:
1. Replace `YOUR_BOARD_ID` with your Monday.com board I
2. Update `groupId` if using different group
3. Connect Monday.com credentials
Fetches: All chang
🔄 Data Transformation
Extracts and maps Monday.com columns to clean fields.
Mapped Fields:
- ID, Name, Status
- Component affected
- Approvers
🔀 Status Router
Routes requests based on status.
True Branch: Status = "Pending"
- Sends notification to stakeholders
False Branch: Status = "Approved" or "Rejected"
- Continues to next
💬 Slack Alert - Pending
Setup Required:
1. Replace `YOUR_CHANNEL_ID` with Slack channel ID
2. Connect Slack API credentials
Sends: Notification for pending approvals with all requ
✅ Approved Router
True Branch: Status = "Approved"
- Creates Jira ticket
- Logs to Google Sheets
False Branch: Status = "Rejected"
- Handles resubmission flow
🎫 Create Jira Issue
Setup Required:
1. Replace `YOUR_PROJECT_ID` with Jira project ID
2. Update issue type if needed
3. Connect Jira credentials
Creates: Task with request name and descri
📊 Audit Trail
Setup Required:
1. Replace `YOUR_SHEET_ID` with Google Sheets document
2. Replace `YOUR_SHEET_GID` with sheet tab ID
3. Connect Google OAuth2 credentials
Logs: All approv
💬 Slack Alert - Approved
Setup Required:
1. Use same Slack channel ID
2. Same credentials as pending notification
Sends: Confirmation with Jira ticket key for approved r
📧 Email Confirmation
Setup Required:
1. Replace `[email protected]` with recipient
2. Connect Gmail OAuth2 credentials
Sends: Professional confirmation email with Jira ticket
❌ Rejected Router
True Branch: Status = "Rejected"
- Creates resubmission item in Monday.com
False Branch: No action
- End of workflow for other statuses
🔄 Resubmission Handler
Setup Required:
1. Use same board ID as fetch node
2. Same Monday.com credentials
Creates: New item prefixed with "Resubmission:" for rej
S
Schedule Trigger
Fetch Change Requests
E
Extract Request Data
F
Filter Pending Requests
Notify Pending Request
F
Filter Approved Requests
Create Jira Ticket
Log to Google Sheets
Notify Approval
Send Confirmation Email
F
Filter Rejected Requests
Create Resubmission Item
12 nodes11 edges

仕組み

  1. 1

    トリガー

    このワークフローは スケジュール トリガーで開始します、定義されたスケジュールで実行。

  2. 2

    処理

    データは 12 個のノードを流れます, connecting gmail, googlesheets, if。

  3. 3

    出力

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

ノード詳細 (12)

GO

Google Sheets

googleSheets

#1
SL

Slack

slack

#2
JI

Jira Software

jira

#3
MO

Monday.com

mondayCom

#4
GM

Gmail

gmail

#5

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

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

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

{ "name": "Automate Change Request Workflow: Monday.com to Jira with Slack & Sheets", "nodes": [...], ...}

インテグレーション

gmailgooglesheetsifjiramondaycomscheduletriggersetslack

このワークフローを取得

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

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

作成者

Rahul Joshi

Rahul Joshi

@rahul08

タグ

gmailgooglesheetsifjiramondaycomscheduletriggersetslack

n8n初めてですか?

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

n8nを無料で始める →