Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Is there a method to hook/force a Crucible Code review on push to BitBucket?

Michael Gray January 26, 2014

We're using Mecurial and I would very much like to automate the peer code review process. Is there any way to hook or force a code review on push or any other event, for that matter?

TIA

-Michael

1 answer

0 votes
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 26, 2014

Think you would need to add a POST bitbucket webhook: https://confluence.atlassian.com/display/BITBUCKET/Write+brokers+%28hooks%29+for+Bitbucket

As this is not the format crucible needs, you would need to write a simple web service to take the above data and use crucible's rest api to create a review. Also you'd need to expose this service to the public interwebs so BB can get it.

Might be easier just to use pull requests and do your code review via that mechanism.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events