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