I am trying to use the Fisheye Crucible API to get information regarding Crucible reviews and Jiras associated with them.
I can successfully see recently viewed reviews along with their corresponding Jira ID by calling the following API :
http://host:port/context/rest-service-fecru/recently-visited-v1/reviews/detailed
However, I don't see anything equivalent to see all the reviews and associated JIRAs. The below REST API service call does not work:
http://host:port/context/rest-service-fecru/recently-visited-v1/reviews/detailed
Use the following to see all the reviews:
and put it in the query format as follows to search across repos:
or repo specific:
References
rest-service-fe: query repository
rest-service-fe: crossRepositoryQuery
EyeQL Reference Guide
JIRA REST API Reference
REST API Guide - Atlassian Developers
FishEye and Crucible Knowledge Base Home - Atlassian Documentation