{"record":{"id":"a19c3ee54a554683","repo":"multica-ai/multica","slug":"list-s-column-w","errorCode":null,"errorMessage":"list %s column: %w","messagePattern":"list (.+?) column: %w","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"server/cmd/multica/cmd_issue.go","lineNumber":1600,"sourceCode":"\t\tif after != \"\" {\n\t\t\totherInput = after\n\t\t}\n\t\totherRef, err = resolveIssueRef(ctx, client, otherInput)\n\t\tif err != nil {\n\t\t\treturn fmt.Errorf(\"resolve target issue: %w\", err)\n\t\t}\n\t\tif otherRef.ID == issueRef.ID {\n\t\t\treturn fmt.Errorf(\"cannot reorder issue %s relative to itself\", issueRef.Display)\n\t\t}\n\t}\n\n\t// Scope the column to the issue's own project (when it has one) so the\n\t// computed position lands relative to the project board the issue lives on,\n\t// not a blend of every project's issues in this status.\n\tprojectID := strVal(target, \"project_id\")\n\tcolumn, err := fetchIssueColumn(ctx, client, wsID, projectID, status)\n\tif err != nil {\n\t\treturn fmt.Errorf(\"list %s column: %w\", status, err)\n\t}\n\n\t// Build the column order with the target removed, plus a lookup of every\n\t// position in the column (the target's own included, for the no-op check).\n\tpositions := make(map[string]float64, len(column))\n\tordered := make([]string, 0, len(column))\n\tfor _, raw := range column {\n\t\tid := strVal(raw, \"id\")\n\t\tif id == \"\" {\n\t\t\tcontinue\n\t\t}\n\t\tpositions[id] = floatVal(raw, \"position\")\n\t\tif id != issueRef.ID {\n\t\t\tordered = append(ordered, id)\n\t\t}\n\t}\n\tif len(ordered) == 0 {\n\t\t// The active issue is alone in its column. A relative move cannot","sourceCodeStart":1582,"sourceCodeEnd":1618,"githubUrl":"https://github.com/multica-ai/multica/blob/2c0912b6ec764b373d44eeea1e80f0d9f11ab417/server/cmd/multica/cmd_issue.go#L1582-L1618","documentation":"Error \"list %s column: %w\" thrown in multica-ai/multica.","triggerScenarios":"Thrown at server/cmd/multica/cmd_issue.go:1600 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Check server connectivity and retry listing the column."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"2c0912b6ec764b373d44eeea1e80f0d9f11ab417","analyzedAt":"2026-08-15T13:25:18.241Z","schemaVersion":2},"datasetVersion":"2026-08-15T17:31:12.345Z"}