Skip to main content

Automated Slack-to-Jira issue creation with attachments

Workflow preview

Workflow preview
100%
Automated Slack-to-Jira issue creation with attachments preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description Automatically convert structured Slack messages into Jira issues with parsed titles, descriptions, and priorities. This workflow also downloads file attachments from Slack (e.g., screen...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.slacktrigger, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-base.jira, n8n-nodes-base.if, n8n-nodes-base.slack, 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 Rahul Joshi.

Original n8n.io source

1.1 Workflow description

Title
Automated Slack-to-Jira issue creation with attachments
Workflow name
Automated Slack-to-Jira issue creation with attachments

Description

Automatically convert structured Slack messages into Jira issues with parsed titles, descriptions, and priorities. This workflow also downloads file attachments from Slack (e.g., screenshots, logs, or documents) and uploads them directly into the created Jira issue. It then confirms success back to the Slack channel, ensuring transparency and seamless collaboration. πŸ“‹πŸ’¬πŸ“Ž

What This Template Does

  • Monitors a designated Slack channel for new issue reports. πŸ””
  • Parses Slack message text with regex to extract title, description, priority, and type. 🧠
  • Creates a new Jira issue with the structured data. 🎫
  • Detects and processes attachments, splitting multiple files into batches. πŸ“‚
  • Downloads files from Slack using secure URLs and Slack bot authentication. πŸ”‘
  • Uploads attachments directly into the created Jira issue. πŸ“Ž
  • Sends a Slack confirmation with Jira issue key, link, and summary details. βœ…

Key Benefits

  • Eliminates manual Jira ticket creation from Slack messages. ⏱️
  • Preserves critical context by attaching screenshots, logs, and documentation. πŸ“Ž
  • Ensures structured, standardized issue reporting across teams. πŸ”„
  • Provides instant Slack confirmation with direct Jira links. πŸ“²
  • Handles multiple attachments gracefully with batch processing. ⚑

Features

  • Slack Trigger – Monitors specific channels for new issue messages. πŸ’¬
  • Message Parsing Engine – Extracts title, description, priority, and type using regex + fallback logic. πŸ“
  • Jira Integration – Creates structured Jira issues with proper fields (summary, description, priority, type). 🎫
  • Attachment Handling – Splits, downloads, and uploads Slack files into Jira automatically. πŸ“‚
  • Slack Confirmation – Sends formatted success messages with clickable Jira links. πŸ”—
  • Robust Data Handling – Supports rich text, multiple files, and smart mappings of Slack priorities to Jira. 🧠

Requirements

  • n8n instance (cloud or self-hosted).
  • Slack Bot API credentials with channels:history, files:read, and chat:write permissions.
  • Jira Software Cloud API credentials with project and issue creation permissions.
  • Pre-configured Slack channel for reporting issues.
  • Jira project set up with supported issue types (bug, task, feature, etc.).

Target Audience

  • Software development teams managing issue intake from Slack. πŸ‘©β€πŸ’»
  • QA and testing teams reporting bugs directly from Slack. πŸ§ͺ
  • IT support teams needing structured Jira issues with attachments. πŸ› οΈ
  • Agile teams looking for seamless Slack β†’ Jira integration. πŸš€
  • Remote teams requiring real-time visibility into Jira issue creation. 🌐

Step-by-Step Setup Instructions

  • Connect Slack and Jira credentials in n8n. πŸ”‘
  • Configure the Slack channel ID to listen for issue reports. πŸ’¬
  • Map Jira project and issue type IDs in the β€œCreate Jira Issue” node. 🎫
  • Customize parsing logic for message formats (default: Title: X, Description: Y, Priority: Z). πŸ“
  • Ensure Slack files can be downloaded with your bot token (files:read scope). πŸ“‚
  • Test with a sample message containing a title, description, and attachment. βœ…
  • Deploy and monitor Slack β†’ Jira issue creation in real-time. ⚑

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 Note7

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

Block 2 - Sticky Note8

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

Block 3 - Sticky Note9

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

Block 4 - Sticky Note10

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

Block 5 - Sticky Note11

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

Block 6 - Sticky Note12

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

Block 7 - Sticky Note13

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

Block 8 - Sticky Note - Split Files

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

Block 9 - Slack Trigger

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

Block 10 - Prepare Files for Processing

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

Block 11 - Split Files into Batches

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

Block 12 - Upload Attachment to Jira

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

Block 13 - checking message

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

Block 14 - Reply to Channel On Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.1

Block 15 - Parse Message into Jira Format

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

Block 16 - Create Jira Issue

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

Block 17 - Check Attachments

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

Block 18 - Get File Info

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

Block 19 - Download Attachment

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

3. Summary Table

Workflow Automated Slack-to-Jira issue creation with attachments
Complexity advanced
Nodes 19
Categories CRM
Author Rahul Joshi
Published 22 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8813/8813.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 Automated Slack-to-Jira issue creation with attachments do?

Description Automatically convert structured Slack messages into Jira issues with parsed titles, descriptions, and priorities. This workflow also downloads file attachments from Slack (e.g., screen...

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.