> - [Feature flag `saved_replies` removed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123363) in GitLab 16.6.
> - Group-level saved replies [introduced](https://gitlab.com/groups/gitlab-org/-/epics/12669) in GitLab 16.11 [with a flag](../../administration/feature_flags.md) named `group_saved_replies_flag`. Disabled by default.
> - Group-level saved replies [enabled](https://gitlab.com/gitlab-org/gitlab/-/issues/440817) on GitLab.com and self-managed in GitLab 16.11.
> - Group-level saved replies [generally available](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148958) in GitLab 17.0. Feature flag `group_saved_replies_flag` removed.
> - Project-level saved replies [introduced](https://gitlab.com/groups/gitlab-org/-/epics/12669) in GitLab 17.0 [with a flag](../../administration/feature_flags.md) named `project_saved_replies_flag`. Disabled by default.
FLAG:
On self-managed GitLab, by default group-level saved replies are not available.
To make them available, an administrator can [enable the feature flag](../../administration/feature_flags.md) named `group_saved_replies_flag`.
On self-managed GitLab, by default project-level saved replies are not available.
To make them available, an administrator can [enable the feature flag](../../administration/feature_flags.md) named `project_saved_replies_flag`.
On GitLab.com, this feature is available.
On GitLab Dedicated, this feature is not available.
...
...
@@ -72,6 +74,21 @@ To create a comment template shared with all members of a group:
other GitLab text areas.
1. Select **Save**, and the page reloads with your comment template shown.
### For a project
DETAILS:
**Tier:** Premium, Ultimate
To create a comment template shared with all members of a project:
1. In the editor toolbar for a comment, select **Comment templates**
(**{comment-lines}**), then select **Manage project comment templates**.
1. Select **Add new**.
1. Provide a **Name** for your comment template.
1. Enter the **Content** of your reply. You can use any formatting you use in
other GitLab text areas.
1. Select **Save**, and the page reloads with your comment template shown.
## View comment templates
To see existing comment templates:
...
...
@@ -90,6 +107,15 @@ DETAILS:
(**{comment-lines}**).
1. Select **Manage group comment templates**.
### For a project
DETAILS:
**Tier:** Premium, Ultimate
1. In the editor toolbar for a comment, select **Comment templates**
(**{comment-lines}**).
1. Select **Manage project comment templates**.
## Edit or delete comment templates
To edit or delete an existing comment template:
...
...
@@ -110,3 +136,13 @@ DETAILS:
(**{comment-lines}**), then select **Manage group comment templates**.
1. To edit, select **Edit** (**{pencil}**).
1. To delete, select **Delete** (**{remove}**), then select **Delete** again on the dialog.
### For a project
DETAILS:
**Tier:** Premium, Ultimate
1. In the editor toolbar for a comment, select **Comment templates**
(**{comment-lines}**), then select **Manage project comment templates**.
1. To edit, select **Edit** (**{pencil}**).
1. To delete, select **Delete** (**{remove}**), then select **Delete** again on the dialog.