Description
Canonical Linear connector via the official GraphQL API (issueCreate): open issues with team, priority, labels and description — the primitive for engineering-workflow automation.
integration_linear_create_issue · action · SaaS Integrations · Available · v1.0.0
Canonical Linear connector via the official GraphQL API (issueCreate): open issues with team, priority, labels and description — the primitive for engineering-workflow automation.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
integrationLabelEtichetta integration (opzionale) | string | no | — workspace-main | Default null = default Linear integration. Per multi-workspace usa label. |
teamKeyTeam key Linear (es. ENG) | expression | yes | — ENG | Identifier del team (prefix delle issue, es. "ENG" per ENG-123). Visibile in Linear Settings → Teams. Required. |
titleTitolo issue | expression | yes | — Bug: pagamento PayPal fallito | Required. Max 255 char. Supporta {{espressioni}}. |
descriptionDescrizione (markdown) | expression | no | — Steps to reproduce: 1. ... 2. ... | Markdown supportato. Linker URL → preview cards. Mention @utenti → notify. |
priorityPriorita\` (0=none, 1=urgent, 2=high, 3=medium, 4=low) | number | no | 0 | Linear priority: 0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low. |
assigneeEmailEmail assignee (opzionale) | expression | no | — [email protected] | Email del membro Linear a cui assegnare. Risolto a user ID via API. Se utente non trovato, issue creata unassigned + warning. |
labelNamesLabels (comma-separated) | expression | no | — bug,production,p1 | Nomi labels esistenti nel team. Risolti via API (case-insensitive). Labels inesistenti vengono ignorate (warning in output). |
Fields available to downstream nodes via $node.<alias>.json.<field>:
okissueIdidentifierurltitlestatewarningsJSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-integration_linear_create_issue-1",
"defId": "integration_linear_create_issue",
"label": "Linear: Create issue",
"config": {
"teamKey": "ENG",
"title": "Bug: pagamento PayPal fallito",
"priority": 0
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes