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)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.