Open Bug 1781750 Opened 2 years ago Updated 2 years ago

"type" parameter works with REST API, but fails with buglist.cgi

Categories

(bugzilla.mozilla.org :: API, defect)

defect

Tracking

()

People

(Reporter: marco, Unassigned)

Details

type=defect is considered when using the rest API, but not when using the advanced search (in the advanced search only "bug_type=defect" works).

'bug_type' is the internal name of the column in the bugs table where the REST API maps the internal names to more user friendly names such as 'type'.

buglist.cgi uses the internal less friendly names since normally people build the queries using the advanced search UI and do not need to know the internal names.

Not sure if we need to do anything different here.

You need to log in before you can comment on or make changes to this bug.