Skip to content

Renames customEmail to serviceDeskEmail in Service Desk settings page

What does this MR do and why?

In our documentation for Service Desk and in the codebase itself, we often refer to service_desk_email as custom email, which is not correct. Because we're currently implementing real custom email addresses for Service desk Configurable e-mail address for service desk (#329990 - closed) we need to refine the language we use also in the code.

Therefore this MR aims to replace all occurrences or customEmail on the Service Desk settings page with serviceDeskEmail.

Screenshots or screen recordings

🚫 no visual changes. Only names changed

How to set up and validate locally

  1. Have incoming_email and service_desk_email set up
  2. Go to a projects settings page and expand the Service Desk section
  3. The vue app should behave normally because we only changed prop names

MR acceptance checklist

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

Edited by Marc Saleiko

Merge request reports

Loading