Are you experiencing an issue with...
Looks like the API response for that bug has an empty string for the resolution field which is being rejected by the schema
https://bugzilla.mozilla.org/rest/bug/1536094
For anyone interested in working on this one, I believe adding an .allow('') to the schema for the resolution field would resolve this
Does it mean bugzilla is returned a invalid response or the scheme is maybe out of date?
Does it mean bugzilla is returned a invalid response or the scheme is maybe out of date?
No issues with the API, I just think we were expecting the API response to always include some value but that's clearly not always the case!
I would like to try fixing this as well
Closed via #4106