Description of problem: The REST API search endpoint does not seems to return the pm_score field. It seems like only the per bug history endpoint provides the pm_score value. Is it be possible to include the last pm_score set in the bugs returned by a search using include_field? Additional info: Using the `include_fields=_all` does not seem to work either.
This is likely to be an authentication issue, the cf_pm_score field is private, are you getting any other private fields in your results?
I've been told this field is only available through the bug history. My apikey is working, but it may be a permission issue. Do you know what parameters should work to include that field in the search result?
Thank you for the details Jeff. For the record, after requesting devel group membership, I can now see the value using the include_fields parameter of the REST bug api.