Actions
Defect #29055
closedSearching for issue number with REST API redirects to issue HTML page
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Search REST API queries matching issue number (with or without "#") are being redirected to HTML issue page if the issue exists.
The redirect is caused by quick jump to issue at source:/tags/3.3.0/app/controllers/search_controller.rb#L40.
Quick jump is useful for search field in the UI but REST API response with redirect to an HTML page is... unexpected.
I suggest leaving quick jump for HTML response and actually searching for issue number-like text for REST API.
Files
Updated by Go MAEDA almost 6 years ago
- File fix-29055.patch fix-29055.patch added
- Target version set to Candidate for next minor release
Probably the redirecting is nouse for API clients. Here is a patch to fix it.
Updated by Go MAEDA almost 6 years ago
- Target version changed from Candidate for next minor release to 3.4.10
Setting the target version to 3.4.10.
Updated by Jean-Philippe Lang almost 6 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Fix committed, thanks. Test moved to the API tests.
Actions