Skip to content

Rolldown issue and merge request templates in the group hierarchy

What does this MR do?

This MR introduces the ability to configure a repository with issue and merge request templates at group level so that subgroups and projects within the group would access the templates.

The implementation uses the same idea that is being used for File Templates feature, that can be setup at group or instance level and be inherited by any project within given instance or group.

Although these are described as different features in our docs, both are basically templates, and more than that both sources of the templates leave within the project repository, with only difference that each lives within its own folder(s).

Documentation

This change does warrant a documentation change/update which is tracked in #293907 (closed)

At this moment this MR is considered to be dependent on having the docs in first.

Follow-ups

There are several tasks to get know fixes(not exactly related to this feature), cleanups and refactoring both on BE and FE tracked in:

Screenshots (strongly suggested)

issue-templates2-720

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #293854 (closed)

Edited by Alexandru Croitor

Merge request reports