Community Contributed: Slack to Linear Ticket Generator
detail.loadingPreview
Automatically generates Linear tickets from Slack messages tagged with a ticket emoji.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow monitors a specified Slack channel for messages tagged with the ticket emoji ( TICKET ). Upon detecting a new message, it checks if a corresponding ticket already exists in Linear. If not, it uses an OpenAI Chat model to generate a title, summary, and priority for a new Linear ticket based on the message content. Finally, it creates the new ticket in Linear.
Key Features
- Monitors a Slack channel for messages with a specific emoji.
- Checks for duplicate tickets in Linear.
- Leverages AI (OpenAI Chat) to generate ticket content (title, summary, priority).
- Creates new tickets in Linear.
- Configurable schedule trigger.
How To Use
- Import this workflow into your n8n instance.
- Configure the
Slack accountcredential. - Configure the
OpenAi accountcredential. - Configure the
Linear accountcredential. - Adjust the Slack channel and search query in the
Slacknode if necessary. - Ensure the
Schedule Triggeris configured to your desired interval.
Apps Used
Workflow JSON
{
"id": "527e53df-dae0-4f95-86fb-c2bb0a05e50b",
"name": "Community Contributed: Slack to Linear Ticket Generator",
"nodes": 0,
"category": "Community Contributed",
"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: 527e53df-dae0...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Github Star Notification (Unverified)
Notifies a Slack channel when a repository gains or loses a star.
Community Chart Generator
Generate and upload dynamic charts to Google Drive.
RAG on Living Data
Integrates RAG (Retrieval-Augmented Generation) with dynamic, living data sources to provide context-aware answers.
Create a Zendesk Ticket
Automatically creates a ticket in Zendesk when manually triggered.
PUQ Docker InfluxDB Deploy
Automates the deployment and management of InfluxDB Docker containers.
Zendesk Unassigned Tickets to Slack Notification
Fetches unassigned Zendesk tickets and sends a summarized list to a Slack channel.