|
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
|
--until <value>
|
No
|
Activity to finish until ('Any', 'Author', 'File', or 'Poke')
|
<review>
|
Yes
|
Identifier of the desired review (an integer number), or an ask, or last keyword. Where keywords define the following behaviour:
| • | ask - the command will pause execution and prompt for the identifier of the desired review, |
| • | last - the command will use the last review that was created on the current machine via Command-Line Client (that is, it does not know about reviews created elsewhere). |
|
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. |
|