Skip to end of banner
Go to start of banner

How to work with reviews

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

On this page

Summary

Example review actions. See also How to transition or delete multiple reviews.

Create Review

Create a review in a specific state and allow reviewers to join.

crucible --action createReview --project CR --name "Release retrospective" --allowReviewersToJoin --state Review
Review CR-9 created.

Get Transition List

Valid transition from the current review state.

crucible --action getTransitionList --review CR-9
2 transitions in list
"Name", "Transition"
"Close","action:closeReview"
"Abandon","action:abandonReview"

Transition Review

Close the review.

crucible --action transitionReview --review CR-9 --state Close
Review CR-9 transitioned to Closed.

 

 

  • No labels