Skip to content

Use default template when creating issues via Board view

Joseph Wambua requested to merge 377950-board-issue-default-template into master

What does this MR do and why?

Creating a new issue via the Board view / + button on a swimlane does not apply the default issue template. (this affects all issues created via GraphQL in a project that has a default issue template set).

How to set up and validate locally

  1. Create a project, and create a default issue template (.gitlab/issue_templates/default.md)
  2. Add some content to this file
  3. Navigate to Plan->Issue boards
  4. Click on the Create new issue button image
  5. Give the issue a title and then click on Create Issue
  6. Open the issue and confirm that the description contains the contents of the default template

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #377950 (closed)

Edited by Joseph Wambua

Merge request reports

Loading