Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Div
idProductTOC

On this page

Table of Contents
maxLevel1
excludeOn this page
typeflat
separator  |  pipe

Summary

Example The article contains some examples of review actions. See also How to transition or delete multiple reviews.

Create

...

review

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

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

Get

...

transition list

To make a valid transition from the current review state.:

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

Transition

...

review

Close To close the review.:

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

 

...