Description
The ccollab admin review finish
command finishes the current phase of the specified review and moves it to another phase. See Review Workflow and Phases topic and the Remarks section below.
Command Line Syntax
ccollab [global-options] admin review finish [--until <value>] <review>
Command Options
Option |
Required? |
Description |
---|---|---|
No |
Activity to finish until ('Any', 'Author', 'File', or 'Poke') |
|
Yes |
Must be either an integer review-id, 'ask', or 'last' |
Remarks
- If the review is in the Planning phase and the logged in user is the Creator of the review, this command will move the review to the Inspection phase.
- If the Review is in the Inspection phase, the logged in user is a Reviewer in that review and the review has open defects, this command will move the review to the Rework phase.
- If the Review is in the Inspection phase, the logged in user is a Reviewer in that review and the review does not have any open defects, this command will indicate that the logged in user has finished with the Inspection phase of the review.
- When all required participants have indicated that they are finished with the Inspection phase, this command will move the review to the Completed phase.