Short answer: Drop the "Linear → Issue Deleted" 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.
{"url": "https://linear.app/tc/issue/ENG-42","type": "Issue","title": "TC test issue","action": "remove","team_id": "team-id","actor_id": "user-id","issue_id": "abc-123","priority": 0,"state_id": "state-id","label_ids": [],"actor_name": "Test User","created_at": "2026-04-11T10:00:00.000Z","creator_id": "user-id","identifier": "ENG-42","project_id": null,"state_name": "Backlog","state_type": "backlog","updated_at": "2026-04-11T10:00:00.000Z","actor_email": "tester@example.com","assignee_id": null,"description": null,"occurred_at": "2026-04-11T10:00:00.000Z","priority_label": "No priority","subscriber_ids": ["user-id"],"organization_id": "org-id"}
Every field below can be referenced by name in any action or filter that comes after this trigger.
| Field | Type | Example |
|---|---|---|
| url | string | "https://linear.app/tc/issue/ENG-42" |
| type | string | "Issue" |
| title | string | "TC test issue" |
| action | string | "remove" |
| team_id | string | "team-id" |
| actor_id | string | "user-id" |
| issue_id | string | "abc-123" |
| priority | number | 0 |
| state_id | string | "state-id" |
| label_ids | array | [] |
| actor_name | string | "Test User" |
| created_at | string | "2026-04-11T10:00:00.000Z" |
| creator_id | string | "user-id" |
| identifier | string | "ENG-42" |
| project_id | null | null |
| state_name | string | "Backlog" |
| state_type | string | "backlog" |
| updated_at | string | "2026-04-11T10:00:00.000Z" |
| actor_email | string | "tester@example.com" |
| assignee_id | null | null |
| description | null | null |
| occurred_at | string | "2026-04-11T10:00:00.000Z" |
| priority_label | string | "No priority" |
| subscriber_ids | array | ["user-id"] |
| organization_id | string | "org-id" |
One trigger. 8+ downstream actions. Zero glue.