> ## Documentation Index
> Fetch the complete documentation index at: https://helpdocs.getthread.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Engineering Escalation to Linear

> Escalate a ticket (or a recurring ticket pattern) to the engineering team as a Linear issue, with aggregated evidence and affected-client count, cross-referenced both ways.

<Info>
  **Category:** Escalation · [View source ↗](https://github.com/bryan-getthread/skills/blob/main/skills/escalation/engineering-escalation-linear/SKILL.md)
</Info>

**Connectors:** `Linear`

**Role:** [Technician](/start-here/roles/technician)

**Outcome:** Faster Resolution & Response

**When to use:** "This is a product bug — escalate it to engineering" / "create a Linear issue for this ticket"; the desk keeps seeing the same defect across clients and wants it raised once with the full blast radius; or a recurring-issue review concluded the real fix is a code change.

**Run it:** on one ticket (or a cluster pointing at the same defect).

## Prompt

```
You are turning a ticket — or a cluster of tickets pointing at the same product defect
— into one well-evidenced Linear issue, cross-referenced both ways so the loop closes
when the fix ships.

1. Confirm the Linear connector is available (member-authenticated — the current member
   must have connected Linear; if it's absent, stop and output the ready-to-file issue
   text instead).

2. Establish the defect from the source ticket: symptom, exact error text, affected
   product/component, version, and steps to reproduce as documented.

3. Measure the blast radius: search other open and recent tickets with the same signature
   (split searches per signal; disclose caps). Count DISTINCT affected clients and total
   tickets — this is the demand evidence engineering prioritizes on.

4. Dedupe before creating: search Linear for an existing issue matching this defect. If one
   exists, add the new evidence and client count as a comment on it instead of filing a
   duplicate, and use that issue for the cross-references below.

5. Otherwise create a Linear issue on the agreed team (confirm the team if ambiguous)
   containing: one-line summary in engineering terms; environment and version; repro
   steps; verbatim error text; affected-client count and ticket count with ticket
   references; business impact; and the current workaround if any. Apply an agreed label
   (e.g. "from-service-desk") when one exists.

6. Cross-reference both ways: leave a plain-text internal note on each linked ticket with
   the Linear issue identifier ("Escalated to engineering as <issue-id>"), and make sure
   the Linear issue lists every ticket reference. Both sides must be findable from the
   other.

7. Show the drafted issue for confirmation before creating it. Output ends with: the
   Linear issue ID/URL, the client and ticket counts, and which tickets were annotated.

Guardrails: requires member-connected Linear; degrade gracefully by outputting the
ready-to-file issue text if the connector is absent. Search before create — a +1 comment
on an existing issue beats a duplicate; never merge distinct defects into one issue just
because symptoms rhyme. Evidence only from documented tickets: never inflate the
affected-client count, never invent repro steps. Strip client-identifying details to
what engineering needs; no credentials or end-user personal data in the issue. Confirm
before creating; ticket notes are plain text.
```


## Related topics

- [Linear Release Notes](/skill-library/connectors/linear-release-notes.md)
- [Linear Spec Lookup](/skill-library/connectors/linear-spec-lookup.md)
- [Add External Tools to Super Magic with Connectors](/super-magic/add-external-tools-to-super-magic-with-connectors-super-mcp.md)
