Hello,
Is there any way to fetch reviews data including review#, status,author,reviewer between two revision or date for a particular project/repo by using Rest API.
Looking for some help.
Thanks
CM
Hi,
If you have an explicit list of changesets (revisions) you can pass them to https://docs.atlassian.com/fisheye-crucible/latest/wadl/fisheye.html#rest-service-fe:search-v1:reviewsForChangesets:repository endpoint and get a list of all the reviews. Then you can call https://docs.atlassian.com/fisheye-crucible/latest/wadl/crucible.html#rest-service:reviews-v1:id:details to get each review details.
Hope it helps.
Mikołaj Żyromski (Atlassian)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.