Slack To Linear Ticket Automation
detail.loadingPreview
Automatically create Linear tickets from Slack messages.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow monitors a specified Slack channel for messages tagged with the ticket emoji (🎫). It then checks if a ticket already exists for that message in Linear. If not, it uses an AI model (ChatGPT) to generate a title, summary, debugging suggestions, and priority for a new ticket, and then creates the ticket in Linear.
Key Features
- Monitors Slack channel for new messages.
- Filters messages based on a specific emoji.
- Checks for duplicate tickets in Linear.
- Utilizes AI to generate ticket content (title, summary, suggestions, priority).
- Creates new tickets in Linear.
How To Use
- Import the workflow: Upload the provided JSON to your n8n instance.
- Configure Credentials: Set up credentials for Slack and Linear accounts.
- Configure Slack Node: Ensure the Slack node is targeting the correct channel and using the appropriate search query (e.g.,
in:#your-channel has::ticket:). - Configure OpenAI Node: Provide your OpenAI API key and select an appropriate model.
- Configure Linear Node: Ensure the Linear node has access to your Linear workspace and the correct API key.
- Activate the workflow: Enable the Schedule Trigger or manually run the workflow.
Apps Used
Workflow JSON
{
"id": "36ec0ce8-af2d-4e26-a6c7-080804759a4a",
"name": "Slack To Linear Ticket Automation",
"nodes": 0,
"category": "Automations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 36ec0ce8-af2d...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Automatically Send Daily Meeting List to Telegram
Get your daily meeting list sent directly to your Telegram chat every morning.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Automate DOCX to PDF Conversion and Save Locally
This workflow automates the process of converting a Microsoft Word DOCX file to a PDF document. It downloads a source DOCX file, uses ConvertAPI to perform the conversion, and then saves the resulting PDF file directly to your local disk.