{"record":{"id":"9b32624a0c97b350","repo":"multica-ai/multica","slug":"resolve-project-w-9b3262","errorCode":null,"errorMessage":"resolve project: %w","messagePattern":"resolve project: %w","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"server/cmd/multica/cmd_issue.go","lineNumber":1127,"sourceCode":"\t\tbody[\"description\"] = desc\n\t}\n\tif statusFlag != \"\" {\n\t\tbody[\"status\"] = statusFlag\n\t}\n\tif priorityFlag != \"\" {\n\t\tbody[\"priority\"] = priorityFlag\n\t}\n\tif v, _ := cmd.Flags().GetString(\"parent\"); v != \"\" {\n\t\tparent, err := resolveIssueRef(ctx, client, v)\n\t\tif err != nil {\n\t\t\treturn fmt.Errorf(\"resolve parent issue: %w\", err)\n\t\t}\n\t\tbody[\"parent_issue_id\"] = parent.ID\n\t}\n\tif v, _ := cmd.Flags().GetString(\"project\"); v != \"\" {\n\t\tproject, err := resolveProjectID(ctx, client, v)\n\t\tif err != nil {\n\t\t\treturn fmt.Errorf(\"resolve project: %w\", err)\n\t\t}\n\t\tbody[\"project_id\"] = project.ID\n\t}\n\tif cmd.Flags().Changed(\"stage\") {\n\t\tstage, _ := cmd.Flags().GetInt(\"stage\")\n\t\tif stage < 1 {\n\t\t\treturn fmt.Errorf(\"--stage must be >= 1\")\n\t\t}\n\t\tbody[\"stage\"] = stage\n\t}\n\tif v, _ := cmd.Flags().GetString(\"start-date\"); v != \"\" {\n\t\tbody[\"start_date\"] = v\n\t}\n\tif v, _ := cmd.Flags().GetString(\"due-date\"); v != \"\" {\n\t\tbody[\"due_date\"] = v\n\t}\n\tif v, _ := cmd.Flags().GetBool(\"allow-duplicate\"); v {\n\t\tbody[\"allow_duplicate\"] = true","sourceCodeStart":1109,"sourceCodeEnd":1145,"githubUrl":"https://github.com/multica-ai/multica/blob/2c0912b6ec764b373d44eeea1e80f0d9f11ab417/server/cmd/multica/cmd_issue.go#L1109-L1145","documentation":"Error \"resolve project: %w\" thrown in multica-ai/multica.","triggerScenarios":"Thrown at server/cmd/multica/cmd_issue.go:1127 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Verify the project name or ID exists in the workspace."],"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-15T22:17:37.221Z"}