{"record":{"id":"ccf121dd015e59a3","repo":"multica-ai/multica","slug":"issue-s-has-no-status-cannot-determine-its-colum","errorCode":null,"errorMessage":"issue %s has no status, cannot determine its column","messagePattern":"issue (.+?) has no status, cannot determine its column","errorType":"validation","errorClass":null,"httpStatus":null,"severity":"error","filePath":"server/cmd/multica/cmd_issue.go","lineNumber":1572,"sourceCode":"\twsID := client.WorkspaceID\n\tif wsID == \"\" {\n\t\twsID, err = requireWorkspaceID(cmd)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t}\n\n\tissueRef, err := resolveIssueRef(ctx, client, args[0])\n\tif err != nil {\n\t\treturn fmt.Errorf(\"resolve issue: %w\", err)\n\t}\n\ttarget, err := fetchIssue(ctx, client, issueRef.ID)\n\tif err != nil {\n\t\treturn fmt.Errorf(\"get issue: %w\", err)\n\t}\n\tstatus := strVal(target, \"status\")\n\tif status == \"\" {\n\t\treturn fmt.Errorf(\"issue %s has no status, cannot determine its column\", issueRef.Display)\n\t}\n\n\t// Resolve the relative target up front, before any no-op shortcut, so a bad\n\t// --before/--after value (typo, self-reference) always errors instead of\n\t// being swallowed by the single-issue-column fast path below.\n\trelative := before != \"\" || after != \"\"\n\tvar otherRef resolvedID\n\tif relative {\n\t\totherInput := before\n\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)","sourceCodeStart":1554,"sourceCodeEnd":1590,"githubUrl":"https://github.com/multica-ai/multica/blob/2c0912b6ec764b373d44eeea1e80f0d9f11ab417/server/cmd/multica/cmd_issue.go#L1554-L1590","documentation":"Error \"issue %s has no status, cannot determine its column\" thrown in multica-ai/multica.","triggerScenarios":"Thrown at server/cmd/multica/cmd_issue.go:1572 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Set a status on the issue first with 'multica issue status'."],"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"}