You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.