0445 Splitout Code Import Scheduled
0445 Splitout Code Import Scheduled
Scheduled
High
14
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
14
Node Types
8
Node Types
schedule Trigger
Every day at 06:00
1 node
graphql
Get all your team's tickets, Get next page
2 nodes
sticky Note
Sticky Note1, Sticky Note, Sticky Note2, Sticky Note3, Sticky Note4
5 nodes
if
if has next page
1 node
set
Get end cursor, Set custom fields
2 nodes
split Out
Split out the tickets
1 node
google Sheets
Write tickets to Sheets
1 node
code
Flatten object to have simple fields to filter by
1 node
Workflow JSON
11.56 KB
{
"name": "0445 Splitout Code Import Scheduled",
"nodes": [
{
"id": "58c69358-3d02-41c3-b50c-6e57452523a2",
"name": "Every day at 06:00",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
960,
600
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 9
}
]
}
},
"typeVersion": 1
},
{
"id": "0a388351-6aec-45c4-a142-e89b338be155",
"name": "Get all your team's tickets",
"type": "n8n-nodes-base.graphql",
"position": [
1200,
600
],
"parameters": {
"query": "query ($filter: IssueFilter) {\n issues(filter: $filter, first: 100) {\n pageInfo {\n hasNextPage\n endCursor\n }\n nodes {\n id\n identifier\n url\n title\n priorityLabel\n createdAt\n completedAt\n state {\n type\n name\n }\n cycl...Showing first 1000 characters. Click "Expand" to view the full JSON.