All Versions
Crucible 4.2 DocumentationCrucible 4.1 Documentation
Crucible 4.0 Documentation
More...
The content on this page is deprecated. Please see the separate documentation space for developer reference material about FishEye and Crucible.
On this page:
POST /reviews-v1/<review id>/close
Description:
Close the review.
Status Code:
200 (OK) on success.
POST /reviews-v1/<review id>/complete
Description:
Indicate that the current user has completed the review.
Status Code:
200 (OK) on success.
POST /reviews-v1/<review id>/transition?action=<action>
Description:
Change the state of the review.
Status Code:
200 (OK) on success.
Valid actions are:
action:abandonReview
action:deleteReview
action:submitReview
action:approveReview
action:rejectReview
action:summarizeReview
action:closeReview
action:reopenReview
action:recoverReview
action:completeReview
action:uncompleteReview
POST /reviews-v1/<review id>/uncomplete
Description:
Indicate that the current user has not completed the review.
Status Code:
200 (OK) on success.