Skip to content

Fix link to service desk configuration help doc

Justin Farmiloe requested to merge jfarmiloe-fix-help-link into master

What does this MR do and why?

Fixes broken promotion link to service desk configuration help which is behind the Configure Service Desk button in the following message presented at Project Settings, General, Service Desk when Service Desk is not enabled:

image.png

This currently links to https://gitlab.example.com/help/user/project/service_desk.html#configuring-service-desk which returns a 404 Page Not Found error.

The new link (following changes made in !142641 (merged)) is https://gitlab.example.com/help/user/project/service_desk/configure

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

  1. without configuring incoming mail or enabling gitlab_rails['service_desk_email_enabled'] in gitlab.rb browse to Project Settings, General, Service Desk

  2. You should be presented with a promotional message (if nothing is displayed remove the promote_service_desk_dismissed cookie from your browser session):

    image.png

  3. Click the Configure Service Desk button - you should be taken to https://gitlab.example.com/help/user/project/service_desk/configure

Merge request reports