This page last changed on Nov 19, 2009 by edawson.
The content on this page is deprecated. Please see the separate documentation space for developer reference material about FishEye and Crucible.

On this page:

Workflow

Close a Review

POST /reviews-v1/<review id>/close

Description:
Close the review.
Status Code:
200 (OK) on success.

Complete a Review

POST /reviews-v1/<review id>/complete

Description:
Indicate that the current user has completed the review.
Status Code:
200 (OK) on success.

Move a Review to a New State

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

Uncomplete a Review

POST /reviews-v1/<review id>/uncomplete

Description:
Indicate that the current user has not completed the review.
Status Code:
200 (OK) on success.

Document generated by Confluence on Feb 23, 2010 02:04