Linear: Create issue

integration_linear_create_issue · action · SaaS Integrations · Available · v1.0.0

Description

Canonical Linear connector via the official GraphQL API (issueCreate): open issues with team, priority, labels and description — the primitive for engineering-workflow automation.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
integrationLabel
Etichetta integration (opzionale)
stringno
workspace-main
Default null = default Linear integration. Per multi-workspace usa label.
teamKey
Team key Linear (es. ENG)
expressionyes
ENG
Identifier del team (prefix delle issue, es. "ENG" per ENG-123). Visibile in Linear Settings → Teams. Required.
title
Titolo issue
expressionyes
Bug: pagamento PayPal fallito
Required. Max 255 char. Supporta {{espressioni}}.
description
Descrizione (markdown)
expressionno
Steps to reproduce: 1. ... 2. ...
Markdown supportato. Linker URL → preview cards. Mention @utenti → notify.
priority
Priorita\` (0=none, 1=urgent, 2=high, 3=medium, 4=low)
numberno0Linear priority: 0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low.
assigneeEmail
Email assignee (opzionale)
expressionno
[email protected]
Email del membro Linear a cui assegnare. Risolto a user ID via API. Se utente non trovato, issue creata unassigned + warning.
labelNames
Labels (comma-separated)
expressionno
bug,production,p1
Nomi labels esistenti nel team. Risolti via API (case-insensitive). Labels inesistenti vengono ignorate (warning in output).

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • ok
  • issueId
  • identifier
  • url
  • title
  • state
  • warnings

💡 Configuration example

JSON 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
  }
}

🔗 Related nodes in the same category

Ready to use Linear: Create issue?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes