Finishing the Review
A moderator can complete a review by following these steps:
1. On Codebeamer X home page, select > . The All Reviews page opens.
2. On the All Reviews page, the Open Reviews tab is selected by default. It displays all the open reviews in a tabular format.
3. From the Open Reviews table, select a review that you want to complete. The review items page opens.
4. Click the Complete Review option available on the top right corner of the page. The Finish Review page opens.
5. The Finish review page contains the following tabs:
◦ Statistics: This tab is selected by default. Click
Finish Review available on this tab to complete the review instantly. For more information, see
Statistics Tab.
◦ Set Item Statuses: Select this tab to set the status of the review items. Once you set the status of the items, click
Finish Review to complete the review. For more information, see
Set Item Statuses.
You can also restart a review by clicking
Restart Review on the
Finish Review window. For more information on restarting a review, see
Restarting a Review.
The Statistics tab and Set Item Statuses tab are further explained below:
Statistics Tab
This tab displays the progress of the review and an option to generate signature. This option is enabled if Require signatures from Moderators to finish the review option is selected in the Signatures section while creating or editing the review:
For more information on the signature options, see
Signatures.
Set Item Statuses
This tab displays the status of all the review items. It contains the following sections:
• Set status on tracker level: Enables you to set the status of the Approved items, Rejected items, or mixed review items at the tracker level. For example, you can set the status of all Approved items in a Bugs tracker to Draft by selecting Draft from the status list. This section contains the following options:
◦ Execute only valid transitions: This checkbox is selected by default. Enables you to finish the review only if a valid status change for the review items is selected from the current status to the target status. For more information, see
Enabling and Disabling the execute only valid transitions.
◦ Do not change the status of mixed items: Select this checkbox to change the status of all the items that are not reviewed to Do not change the status in the Action list.
• Items with undecided or not reviewed results: Enables you to override the status of all the items that are not reviewed, by selecting an appropriate action in the Action list.
• Items with approved or rejected review results: Enables you to override the status of all the items that are approved or rejected, by selecting an appropriate action in the Action list.
|
The Set Item Statuses tab is enabled for reviews created by a guard. For such reviews, you can override the target status of review items at the end of the review.
|
Enabling and Disabling the Execute only Valid Transitions
The Execute only Valid Transitions checkbox available under the Set Status on Tracker level section can be enabled and disabled by using the following command in the Application Configuration:
"review" : {
"alwaysExecuteOnlyValidTransitions" : true
}
If the value is set to True:
• The Execute only valid transitions checkbox is selected by default and disabled on the Finish review page.
• The Finish review option is not enabled until a valid status change is selected for all the reviewed items.
If the value is set to False:
• The moderator can select or clear the Execute only valid transitions checkbox on the Finish review window.
• If the checkbox is cleared, the Finish review option is enabled and the moderator can finish the review without selecting any status for the review items.
|
The default value of the "alwaysExecuteOnlyValidTransitions" in the Application Configuration is set to True.
|