MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / issueDetail

Method issueDetail

src/workspaces/service.ts:179–179  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 3

exportCatalogFunction · 0.80
createIssuesRoutesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected