I wish to to access a rest api to get all reviews for a given JIRA ID.
The documentation provides for follwoing:
rest-service/search-v1/reviewsForIssue?jiraKey=<value>&maxReturn=<value>
Methods: GET
Description: Get a list of all reviews that have been linked to the specified JIRA issue key.
I am unable to construct the api for odyssey? I tried this: "https://odyssey.apps.csintra.net/fisheye/cru/rest/api/1.0/reviewsForIssue?jiraKey= CTSREGRPTG-11451&maxReturn=200" but doesn't work.
Some help on this please?
(Reference: https://docs.atlassian.com/fisheye-crucible/4.4.2/wadl/crucible.html)