Build issues for merge request when there is an issue template
What does this MR do?
This let's the Issue::BuildService
decide whether or not to apply the issue template.
Why was this MR needed?
Without this, the IssuesController
would overwrite the description set by the Issues::BuildService
.
- Tests
-
Added for this feature/bug -
All builds are passing
-
What are the relevant issue numbers?
Closes #1968 (closed)