Skip to content

WIP: Feature/saved replies

Adam Butler requested to merge adambutler/gitlab-ce:feature/saved-replies into master

Note: This merge request has been opened for visibility and is not yet complete.

This work implements Saved Replies as requested in #14796 (moved).

The model is named NoteTemplate though this may not be very intuitive to a user and may be displayed as something else. Suggestions welcome.

The note templates are created on a per-user basis. A user can enter responses or response templates that they commonly use for use in merge requests and issues. These can then be retrieved and injected into the body of any note.

note_templates

Merge request reports