Upon the completion of a review, is it possible to post information to an URL? For example, post review related info to a webserver etc? or trigger a build on a CI server etc?
Is this feature/capability available out of the box? Or can we use Atlassian APIs to write something custom?
There are no WebHooks for Reviews out of the box for Crucible Reviews (only for FishEye commits).
You can however write a very simply plugin to provide this functionality by registering a listener for a Review Event: https://docs.atlassian.com/fisheye-crucible/latest/javadoc/com/atlassian/crucible/event/package-summary.html
For more information on Event Listeners, see https://developer.atlassian.com/display/FECRUDEV/Event+Listener+Module+Type
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.