Skip to content

Rolldown issue and merge request templates to projects in the group [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Alexandru Croitor requested to merge rolldown-issuable-templates into master

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.

Screenshots (strongly suggested)

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
Edited by Alexandru Croitor

Merge request reports