Project

General

Profile

Patch #39181

Updated by Holger Just 9 months ago

#37674 changed the @/users@ endpoint behavior by dropping support for the previously supported @status@ and @name@ URL parameters. This might break API clients that relied on these parameters. Further the functionality of the 'Name' filter, which allowed to do a combined search across users' name, email and login was lost for both API and Browser BVrowser clients. 

 The attached patch that's been extracted from :Planio":https://plan.io/redmine-hosting [Planio](https://plan.io/redmine-hosting) introduces a new 'Name, email or login' query filter and maps the legacy 'name' URL parameter to this new filter. Also, a 'status' URL parameter will be mapped to a query on 'status_id' if present.

Back