Short answer: You can create issue in Linear by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Linear Create Issue action to a workflow, map its 6 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Team ID teamId | string | Required | The Linear team ID (UUID) |
Title title | string | Required | Title. Example: Fix payment flow |
Description description | string | Optional | Markdown description of the issue |
Priority priority | options | Optional | Priority. Options: No priority, Urgent, High, Medium, Low |
Assignee ID assigneeId | string | Optional | Linear user UUID for the assignee. |
Label IDs labelIds | string | Optional | Comma-separated label UUIDs |
{"teamId": "e.g. abc-123-def","title": "e.g. Fix payment flow","description": "{{trigger.description}}","priority": "{{trigger.priority}}","assigneeId": "e.g. user-uuid"}
{"data": {"issueCreate": {"issue": {"id": "uuid","url": "https://linear.app/team/issue/ENG-123","title": "Fix payment flow","identifier": "ENG-123"},"success": true}}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.