Notion to Linear Issue Generator
detail.loadingPreview
Automate the creation of Linear issues directly from Notion pages.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow transforms content from a Notion page into a new issue in Linear. It extracts the title and description from the Notion page, identifies an assignee if specified in the first line, and creates the issue in your Linear project. It also adds a backlink to the original Notion block within the Linear issue description.
Key Features
- Dynamically extracts issue title from the first line of a Notion block.
- Identifies and assigns issues to Linear team members based on name matching.
- Creates Linear issues with the extracted title and description.
- Adds a backlink to the original Notion block in the Linear issue.
- Handles cases where a team or assignee might not be found.
How To Use
- Trigger: Start the workflow by providing the 'Notion block URL' via a trigger node (e.g., n8n Form Trigger).
- Credentials: Configure your Linear API credentials and a Notion API credential.
- Linear Team: Ensure your Linear team name is correctly passed to the 'Fetch Linear team details' node.
- Configuration: Adjust the
jsCodein the 'Set assignee and title' node if your assignee naming convention differs. - Execution: Run the workflow to see Notion content transformed into Linear issues.
Apps Used
Workflow JSON
{
"id": "3b9b12b6-74d3-449a-bd87-4b4cb767f56b",
"name": "Notion to Linear Issue Generator",
"nodes": 0,
"category": "Notion Integrations",
"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: 3b9b12b6-74d3...
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
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.
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.
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.
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.
Weekly Cocktail Inspiration for Your Team
Automatically share engaging cocktail recipes with your team or community every week. This workflow fetches a random recipe, generates a beautiful visual card using Bannerbear, and posts it directly to your Rocket.Chat channel, fostering fun and connection.
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.