Service-Desk: Add variable to templates that contains the base demand message
Problem to solve
As a service desk user, I want the reply email (thank_you.md
template) to recap the base demand, so it's clear for the demander to have the demand context when we comment on the service desk created issue.
User experience goal
An external person should be able to send an email to the service desk addressk, which should answer with the thank_you.md
with the recap base demand message.
Proposal
I think adding another template parameter like ${BASE_MESSAGE} to the thanks_you.md
template should do the trick.
Further details
The benefit is for the customer who doesn't have a link to the issue (private repo), and so we have to search the base issue to provide him the base message.
Documentation
We should add the variable here : https://docs.gitlab.com/ee/user/project/service_desk.html#thank-you-email
EDIT: I can't add labels