Skip to main content

Route product signals from Notion to Jira and Slack backlogs

Workflow preview

Workflow preview
100%
Route product signals from Notion to Jira and Slack backlogs preview
Open on n8n.io

1. Workflow Overview

Description Route captured signals to the right destination with one click. Set a signal’s Route Destination in Notion, and this workflow automatically creates a Jira ticket, backlog item, or custo...

Best for

  • CRM automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.notion, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.switch, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yassin Zehar.

Original n8n.io source

1.1 Workflow description

Title
Route product signals from Notion to Jira and Slack backlogs
Workflow name
Route product signals from Notion to Jira and Slack backlogs

Description

Route captured signals to the right destination with one click. Set a signal’s Route Destination in Notion, and this workflow automatically creates a Jira ticket, backlog item, or customer health entry, then confirms in the original Slack thread.

Context

This is the action layer for the Signal Catcher. When you set a signal’s Route Status to “Routing” in Notion, this workflow picks it up, reads the Route Destination you selected, and executes the routing. 5 destinations are supported: Jira Bug, Jira Feature, RICE+ Backlog, Customer Health, and Sprint Backlog. After routing, it updates the signal status to “Routed” and replies in the original Slack thread to confirm.

Who is this for?

• PMs who triage signals and route to Jira or backlogs • Product Ops teams building end-to-end signal workflows • Engineering teams that need clean bug ticket creation

Requirements

• Notion account with Signal Stream database • Jira account (for bug/feature routing) • Slack Bot token

How it works

  • Trigger Polls Signal Stream in Notion for entries where Route Status = “Routing.”
  • Routing Engine Reads signal details and routes via a 5-way switch based on your selected destination.
  • Destination Actions Creates Jira issue, backlog item, or customer health entry with full signal context.
  • Closed Loop Updates signal to “Routed” with a reference link. Replies in the original Slack thread.

What you get

• One-click signal routing from Notion • Automatic Jira ticket creation with full context • Slack thread confirmation for traceability • 5 configurable routing destinations

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 - Sticky Note - How It Works

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

Block 2 - Sticky Note - Routing

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

Block 3 - Signal Route Trigger

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

Block 4 - Filter Routing Status

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

Block 5 - Read Signal Details

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

Block 6 - Route Destination

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

Block 7 - Create Jira Bug

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - Parse Jira Bug Response

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

Block 9 - Create Jira Feature

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Parse Jira Feature Response

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

Block 11 - Create RICE+ Entry

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

Block 12 - Parse RICE Response

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

Block 13 - Create Customer Health Entry

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

Block 14 - Parse Customer Health Response

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

Block 15 - Create Sprint Backlog Item

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

Block 16 - Parse Sprint Response

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

Block 17 - Update Signal Status

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

Block 18 - Build Thread Reply

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

Block 19 - Reply in Thread

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 20 - Sticky Note

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

3. Summary Table

Workflow Route product signals from Notion to Jira and Slack backlogs
Complexity advanced
Nodes 20
Categories CRM
Author Yassin Zehar
Published 17 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14124/14124.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 Route product signals from Notion to Jira and Slack backlogs do?

Description Route captured signals to the right destination with one click. Set a signal’s Route Destination in Notion, and this workflow automatically creates a Jira ticket, backlog item, or custo...

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 CRM use case.