You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: