Skip to content

Bug resolution values that are disabled are appearing #52

@leif81

Description

@leif81

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions