-
Notifications
You must be signed in to change notification settings - Fork 16
Description
When you click on a card that is in the RESOLVED column you can see the resolution value it has (e.g. FIXED, WONTFIX, etc). However some resolution values are appearing there that I wouldn't expect to see. For example values field values that have "Enabled for bugs" set to No are appearing.
This is the rest query we are using:
http://bugzilla.msec.local//rest.cgi/field/bug/resolution
There's nothing in that query that gives indication of a field value being enabled or not.
I'm beginning to think this may be a bug in upstream Bugzilla REST api. The docs suggest that some fields provide an is_active flag, but resolution, status and severity fields don't seem to be one of them. This seems like an oversight.
http://bugzilla.readthedocs.io/en/latest/api/core/v1/field.html