gitlab-org--gitlab-foss/changelogs/unreleased/fix-create-mr-from-issue-with-template.yml
Sean McGivern b1e3cb24fa Execute quick actions when creating MR from issue
In CE, this does nothing - the `MergeRequests::BuildService` will, at the time
of writing, never return a description for this case.

In EE, a project can have a default MR template, which will be returned by the
service. Previously we were only using the description passed in the params,
ignoring any already set on the object. Now we fall back to the one set on the
object if there was none in the params, allowing quick actions to be executed
from default MR templates when creating an MR from an issue.
2017-12-13 10:40:31 +00:00

5 lines
115 B
YAML

---
title: Execute quick actions (if present) when creating MR from issue
merge_request: 15810
author:
type: fixed