Skip to main content

Escalate overdue and blocked Jira tickets with Gmail and Google Chat

Workflow preview

Workflow preview
100%
Escalate overdue and blocked Jira tickets with Gmail and Google Chat preview
Open on n8n.io

1. Workflow Overview

How it works Fetches all open sprint tickets daily from your Jira project Analyzes each ticket for overdue days and blocked status Routes to the right escalation level: assignee email → team Google...

Best for

  • Project Management automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.noop, n8n-nodes-base.stickynote, n8n-nodes-base.switch, n8n-nodes-base.gmail, n8n-nodes-base.scheduletrigger, n8n-nodes-base.if

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Anas Chahid Ksabi.

Original n8n.io source

1.1 Workflow description

Title
Escalate overdue and blocked Jira tickets with Gmail and Google Chat
Workflow name
Escalate overdue and blocked Jira tickets with Gmail and Google Chat

How it works

  • Fetches all open sprint tickets daily from your Jira project
  • Analyzes each ticket for overdue days and blocked status
  • Routes to the right escalation level: assignee email → team Google Chat alert → manager escalation

Set up steps

  • Add your Jira Software Cloud credentials in n8n
  • Add your Gmail OAuth2 credentials in n8n
  • Open the ⚙️ CONFIG node and fill in your 4 values (Jira domain, project key, manager email, Google Chat webhook)
  • Test with the Manual Trigger, then enable the Schedule Trigger

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 3 - END PROCESS

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 4 - Note - Level 1 Reminder

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Note - Level 2 Warning

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Note - Level 3 Escalation

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - ROUTES

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.4

Block 8 - Note - What Is This Workflow

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - MANAGER_ESCALATION

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 10 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 11 - Note - Blocked Tickets Logic

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - MANAGER_ESCALATION_BLOCKED

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 13 - IS_OVERDUE_BETWEEN

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 14 - AGGREGATE_ITEMS

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 15 - DATA_FLOW

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 16 - MERGE_DATA

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 17 - GET_BLOCKED_ITEM

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - COMPUTE_BLOCKED_DAYS

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 19 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.4

Block 20 - CONTINUE_LOOP

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 21 - CONTINUE_LOOP_OVERDUE_WARNING

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 22 - CONTINUE_LOOP_ESCALATION

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 23 - CONTINUE_LOOP_BLOCKED_WARNING

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 24 - CONTINUE_LOOP_BLOCKED_ESCALATION

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Showing the first 24 of 44 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Escalate overdue and blocked Jira tickets with Gmail and Google Chat
Complexity advanced
Nodes 44
Categories Project Management
Author Anas Chahid Ksabi
Published 04 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14718/14718.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Escalate overdue and blocked Jira tickets with Gmail and Google Chat do?

How it works Fetches all open sprint tickets daily from your Jira project Analyzes each ticket for overdue days and blocked status Routes to the right escalation level: assignee email → team Google...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Project Management use case.