Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Fisheye rest api to get query data

ChandraG March 5, 2017

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

2 answers

1 vote
Vitalii Petrychuk
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 5, 2017

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/&lt;repo&gt;?csv=true&amp;ql=select%20revisions%20order%20by%20date%20desc%20return%20date,%20author%20limit%2010

 

Thanks,
Vitalii

0 votes
a594141 March 7, 2017

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

Vitalii Petrychuk
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 7, 2017

At the moment, unfortunately no. However once FE-6794 is fixed you may resume using /rest-service-fe/search-v1.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events