Hello,
We are using fisheye rest api to get query data like below :
https://host:port/rest-service-fe/search-v1/queryAsRows/<Repo>?query=select revisions order by date desc limit 10
which was working fine for V3.9 but when we upgrade to 4.3 it stopped working..Any idea..? Is this API deprecated OR any alternate available ?
Thanks
CM
Hi Chandra,
Looks like this bug is introduced in 4.3.
https://jira.atlassian.com/browse/FE-6794
It fails when the query returns a date (which you may exclude to have query working but honestly I would suggest going another path).
In 4.3 we have added a Delta lines of code report (https://host:port/plugins/servlet/dloc-report/<repo>) which has an export functionality you may use to get the data you want in CSV format. Modifying the query you may get whatever you want.
https://host:port/search/<repo>?csv=true&ql=select%20revisions%20order%20by%20date%20desc%20return%20date,%20author%20limit%2010
Thanks,
Vitalii
Hi @Vitalii Petrychuk
Is there any alternate Fisheye REST API available, where we can use EyeQL query and get results in any specific format(xml/json); without using Search console, for version 4.3
Thanks,
Gunjan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
At the moment, unfortunately no. However once FE-6794 is fixed you may resume using /rest-service-fe/search-v1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.