MCPcopy Index your code
hub / github.com/apache/devlake / boards

Function boards

config-ui/src/api/plugin/tapd/index.ts:26–27  ·  view source on GitHub ↗
(prefix: string, params: GetBoardsParams)

Source from the content-addressed store, hash-verified

24};
25
26export const boards = (prefix: string, params: GetBoardsParams) =>
27 request(`${prefix}/agile/1.0/board`, { data: params });
28
29export const statusMap = (prefix: string, workspaceId: ID, system: string) =>
30 request(`${prefix}/workflows/status_map?workspace_id=${workspaceId}&system=${system}`);

Callers

nothing calls this directly

Calls 1

requestFunction · 0.90

Tested by

no test coverage detected