Read-only DETAIL for one issue (markdown body + firing markers + its * headless run history, newest first). `null` when the workspace or the issue * id is absent. Powers GET /api/issues/:wsId/:id.
(wsId: string, id: string)
| 177 | * headless run history, newest first). `null` when the workspace or the issue |
| 178 | * id is absent. Powers GET /api/issues/:wsId/:id. */ |
| 179 | issueDetail(wsId: string, id: string): Promise<IssueDetail | null>; |
| 180 | /** Resolve a `[[name]]` token to the issues across ALL workspaces that claim it. |
| 181 | * Matches case-insensitively against an issue's `id` OR its `title` (either is a |
| 182 | * valid name handle). Returns every match — 0, 1, or many (a collision the UI |
no outgoing calls
no test coverage detected