{"record":{"id":"b7ed17cc5a5af33f","repo":"github/github-mcp-server","slug":"resolved-field-q-has-non-numeric-id-q-pass-it-v","errorCode":null,"errorMessage":"resolved field %q has non-numeric ID %q; pass it via '%s' instead","messagePattern":"resolved field %q has non-numeric ID %q; pass it via '(.+?)' instead","errorType":"validation","errorClass":null,"httpStatus":null,"severity":"error","filePath":"pkg/github/projects_resolver.go","lineNumber":609,"sourceCode":"\n\tall, err := listAllProjectFields(ctx, gqlClient, owner, ownerType, projectNumber)\n\tif err != nil {\n\t\treturn nil, err\n\t}\n\n\treturn resolveFieldNamesToIDsFromFields(all, names, owner, projectNumber, idParameter)\n}\n\nfunc resolveFieldNamesToIDsFromFields(all []ResolvedField, names []string, owner string, projectNumber int, idParameter string) ([]int64, error) {\n\tresolved, err := resolveFieldsByName(all, owner, projectNumber, names, idParameter)\n\tif err != nil {\n\t\treturn nil, err\n\t}\n\tout := make([]int64, 0, len(names))\n\tfor i, field := range resolved {\n\t\tid, parseErr := parseInt64(field.ID)\n\t\tif parseErr != nil {\n\t\t\treturn nil, fmt.Errorf(\"resolved field %q has non-numeric ID %q; pass it via '%s' instead\", names[i], field.ID, idParameter)\n\t\t}\n\t\tout = append(out, id)\n\t}\n\treturn out, nil\n}\n","sourceCodeStart":591,"sourceCodeEnd":615,"githubUrl":"https://github.com/github/github-mcp-server/blob/0ea1f775a7c73eff1bd2e25904d01136756bbfe2/pkg/github/projects_resolver.go#L591-L615","documentation":"Error \"resolved field %q has non-numeric ID %q; pass it via '%s' instead\" thrown in github/github-mcp-server.","triggerScenarios":"Thrown at pkg/github/projects_resolver.go:609 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"0ea1f775a7c73eff1bd2e25904d01136756bbfe2","analyzedAt":"2026-08-15T18:10:19.804Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}