Short answer: Drop the "Linear → New Issue" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in Linear, not on a polling schedule.
Drop it on the canvas. Configure a couple of fields. Publish.
You don’t need to read this. Tiny Command auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.
{"action": "create","team_id": "91ab","issue_id": "b97a","priority": 0,"state_id": "7d26","team_key": "TIN","issue_url": "https://linear.app/...","team_name": "Tinycommand","actor_name": "Developer","created_at": "2026-04-11T10:00:00Z","creator_id": "67c8","state_name": "Backlog","state_type": "backlog","updated_at": "2026-04-11T10:00:00Z","webhook_id": "abc","actor_email": "developer@tinycommand.com","issue_title": "TC test issue","occurred_at": "2026-04-11T10:00:00Z","issue_number": 10,"priority_label": "No priority","organization_id": "1234","issue_identifier": "TIN-10"}
Every field below can be referenced by name in any action or filter that comes after this trigger.
| Field | Type | Example |
|---|---|---|
| action | string | "create" |
| team_id | string | "91ab" |
| issue_id | string | "b97a" |
| priority | number | 0 |
| state_id | string | "7d26" |
| team_key | string | "TIN" |
| issue_url | string | "https://linear.app/..." |
| team_name | string | "Tinycommand" |
| actor_name | string | "Developer" |
| created_at | string | "2026-04-11T10:00:00Z" |
| creator_id | string | "67c8" |
| state_name | string | "Backlog" |
| state_type | string | "backlog" |
| updated_at | string | "2026-04-11T10:00:00Z" |
| webhook_id | string | "abc" |
| actor_email | string | "developer@tinycommand.com" |
| issue_title | string | "TC test issue" |
| occurred_at | string | "2026-04-11T10:00:00Z" |
| issue_number | number | 10 |
| priority_label | string | "No priority" |
| organization_id | string | "1234" |
| issue_identifier | string | "TIN-10" |
One trigger. 8+ downstream actions. Zero glue.