RedmineStudio Recording the Review Target Phase
Introduction
This is an explanation of RedmineStudio’s review issue creation feature.
This article covers how to specify the target phase for review and record it in issues.
By specifying the review phase, you can classify reviews as “Design Review” or “Implementation Review”, and later analyze which phase each finding was made in.
Please read through to the end.
Benefits of Specifying the Review Target Phase
- Colorful Issue Names
- Based on the configured phase, issue names are automatically prefixed with the phase name, such as “Functional Specification Review” or “Implementation Review”. This makes it immediately clear which phase of a feature is being reviewed, even for reviews of the same feature.
- Record “Phase” Information in Findings
- You can add phase information to findings made by reviewers. This allows you to look back and see which phase each finding was made in. For example, you can compare the number of findings by phase or analyze whether the findings were appropriate for that phase.
- The review target phase will be set in a custom field on the “Finding Issue”. This configuration is done automatically, so you don’t need to think about it when creating “Finding Issues”.
In the following sections, we’ll first explain how to add a custom field to set the phase options, then describe the specific methods for setting the phase for a review.
How To
Adding a Custom Field
Here’s how to add a custom field in Redmine settings.
There are many types of custom fields, but here we’ll explain how to add a list-type custom field to issues. System administrator privileges are required.
Open the custom field settings screen from the administration menu.

Click “New custom field” to open the custom field creation screen.

First, select “Issues” as the target for the custom field and click “Next”.
Select “List” as the format, and enter the “Name” and “Possible values”. Then select the “Trackers” and “Projects” where you want the custom field to appear.

Once all settings are complete, click “Create” to add the custom field.
- Possible values
- Set the values for the list options. For example: “Functional Specification”, “Design”, “Implementation”, “Test”. The order you set them is the order they will be displayed.
- Default value
- You can set an initial value before the user makes a selection. If a default value is set, even if the field is marked as “Required”, the default value will be automatically set, so issue creation won’t be blocked.
- Required
- Check this if you want the custom field to always be filled in. When enabled, issues cannot be created if the custom field has no value.
- Trackers, Projects
- Select the “Trackers” and “Projects” where the custom field should be used. If this is not configured correctly, the custom field may not appear on the intended issues, so please be careful.
- In this guide, the custom field “Detection Phase” is enabled for three trackers: “Review Session”, “Review Request”, and “Review Finding”. For information on review trackers, see Setting Up Review Trackers.
How to Specify the Review Target Phase
Enabling “Specify Phase”
Open the Review tab from the settings screen and check “Specify review target phase”. Then select the custom field you added earlier. This setting is retained, so you only need to do this once.

When enabled, an item to specify the “Review Target Phase” will be displayed on the review screen.
Specifying the Review Phase
The options from the custom field you configured above will be displayed. Select the appropriate phase.

Here, the four options set in the “Detection Phase” custom field are displayed: “Functional Specification”, “Design”, “Implementation”, and “Test”. Also, when you change the phase, the review issue title changes accordingly.
When you create issues in this state, the phase will be set on the review “Session Issue” and “Request Issue”. In this example, it will be set in the “Detection Phase” custom field.

Also, when creating a “Finding Issue” from the finding creation link on the “Request Issue”, the phase selected on the review screen will be set as the default in “Detection Phase”. This allows phase information to be recorded without requiring additional work from reviewers.

Conclusion
This concludes the explanation of how to specify the review target phase and record it in issues.
Classifying findings by phase is the first step in reviewing your reviews. This feature lets you do that without adding extra burden on reviewers or organizers!
See you in another article.
