- Use comment templates in a text area
- Create comment templates
- View your comment templates
- Edit or delete comment templates
Comment templates
- GraphQL support introduced in GitLab 14.9 with a flag named
saved_replies
. Disabled by default. - User interface introduced in GitLab 15.10 with a flag named
saved_replies
. Disabled by default. Enabled for GitLab team members only.
saved_replies
.
On GitLab.com, this feature is not available by default, but enabled for GitLab team members.With comment templates, create and reuse text for any text area in:
- Merge requests, including diffs.
- Issues, including design management comments.
- Epics.
- Work items.
Comment templates can be small, like approving a merge request and unassigning yourself from it, or large, like chunks of boilerplate text you use frequently:
For more information about the rollout plan for this feature, see issue 352956.
Use comment templates in a text area
To include the text of a comment template in your comment:
- In the editor toolbar for your comment, select Comment templates ().
- Select your desired comment template.
Create comment templates
To create a comment template for future use:
- On the top bar, in the upper-right corner, select your avatar.
- From the dropdown list, select Preferences.
- On the left sidebar, select Comment templates ().
- Provide a Name for your comment template.
- Enter the Content of your reply. You can use any formatting you use in other GitLab text areas.
- Select Save, and the page reloads with your comment template shown.
View your comment templates
To go to your comment templates:
- On the top bar, in the upper-right corner, select your avatar.
- From the dropdown list, select Preferences.
- On the left sidebar, select Comment templates ().
- Scroll to My comment templates.
Edit or delete comment templates
To edit or delete a previously comment template:
- On the top bar, in the upper-right corner, select your avatar.
- From the dropdown list, select Preferences.
- On the left sidebar, select Comment templates ().
- Scroll to My comment templates, and identify the comment template you want to edit.
- To edit, select Edit ().
- To delete, select Delete (), then select Delete again from the modal window.