Skip to content
FlowHubFluxonLab
C
Graphqlfree

Create Linear tickets from Notion content

by David Robertsadapted from n8n official workflow galleryUpdated Aug 2026
RequiresCCodeGraphQLGraphQLHTTP RequestHTTP RequestLinearLinearNotionNotion
Share Post Share
SILoop Over ItemsFetch Linear team detailsFetch Linear te…Get issue contentsGet issue conte…AgAggregateSePrepare issue dataPrepare issue d…Create linear issueCreate linear i…CoSet assignee and titleSet assignee an…IfTeam missing?SeSet page URLSeSet team IDHRAdd link to Notion blockAdd link to Not…Get issue URLShorten titleFiUnimported, unchecked to_do blocks onlyUnimported, unc…Fon8n Form TriggerGet issuesCoConvert contents to MarkdownConvert content…RTRespond with errorRespond with er…RTRespond with error1Respond with er…12345678910111213141516171819
1/5
STEPS · 19
Starts on an incoming request

This workflow allows you to define multiple tickets/issues in a Notion page, then easily import them into Linear. Why is it useful? We use this workflow internally at n8n for collaboration between Product and Engineering teams: Engineering needs all work to be in our ticketing system (Linear) in order to keep track of it Product prefers to review features in Notion. This is because it and can be used to dump all your thoughts and organise them into themes afterwards, plus it better supports rich content like videos Features Supports rich formatting (bullets, images, videos, links, etc.) Keeps links between the Notion and Linear version, in case you need to refer back Allows you to assign each issue to a team member in the Notion definition Avoids importing the same issues twice if you run it again on the same page (meaning you can issues incrementally) You can see an example of the required format of the Notion page here.

Tags

n8nreference-onlygraphqllinearnotion
Connects
CCodegraphqlGraphQLWHTTP RequestlinearLinearnotionNotion
CategoryGraphql
Triggermanual
Complexitycomplex
Nodes19
AddedFeb 28, 2024

Related workflows

See all Graphql
CgraphqlW
free

Low Stock & Sold Out Watcher for Shopify

This n8n workflow automates the process of monitoring inventory levels for Shopify products, ensuring timely updates and efficient stock management. It is designed to alert users when inventory levels are low or out of stock, integrating with Shopify's webhook system and providing notifications through Discord (can be changed to any messaging platform) with product images and details. Workflow Overview Webhook Node (Shopify Listener): This node is set up to listen for Shopify's inventory level webhook. It triggers the workflow whenever there is an update in the inventory levels. The webhook is configured in Shopify settings, where the n8n URL is specified to receive inventory level updates. Function Node (Inventory Check): This node processes the data received from the Shopify webhook. It extracts the available inventory and the inventory item ID, and determines whether the inventory is low (less than 4 items) or out of stock. Condition Nodes (Inventory Level Check): Two condition nodes follow the function node. One checks if the inventory is low (low_inventory equals true), and the other checks if the inventory is out of stock (out_of_stock equals true). GraphQL Node (Product Deta

by siyad
graphqlW
free

Baserow campaign database to Shopify with image upload & dynamic template update

Automating your marketing campaign management process can streamline your workflow and save you valuable time. With the combination of Baserow and n8n, you can efficiently handle your campaign data and seamlessly publish content to your Shopify store. In this workflow template, I demonstrate how to leverage Baserow as a centralized platform for organizing your marketing campaign assets, including copy and images. By utilizing n8n, we automate the process of fetching images and campaign descriptions from Baserow and uploading them directly to your Shopify store. With this automated solution, you can expedite the publishing process, ensuring that your campaigns are launched swiftly across your sales channels. Additionally, this workflow serves as a foundational step towards further automation in campaign management, allowing you to dynamically generate and upload content to your Shopify store with ease. This template will help you: Use n8n to get images for marketing campaigns from Baserow and upload them to your Shopify media library Dynamically inject data from Baserow into a template file Upload a template file to your Shopify theme This template will demonstrate the follwing conc

by Sascha
graphql
free

API queries data from GraphQL

Simpe API which queries the received country code via GraphQL and returns it. Example URL: https://n8n.exampl.ecom/webhook/1/webhook/webhook?code=DE Receives country code from an incoming HTTP Request Reads data via GraphQL Converts the data to JSON Constructs return string

by Jan Oberhauser