Skip to content

Fix group work item markdown preview path

Coung Ngo requested to merge 439483-fix-group-markdown-url into master

What does this MR do and why?

This MR fixes the markdown preview path for group work items (#439483 (closed))

Behind feature flag namespace_level_work_items so no changelog

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

Screen_Recording_2024-02-07_at_2.47.15_pm

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(:namespace_level_work_items)
  2. Visit any work items list page for a paid subscription group such as http://127.0.0.1:3000/groups/flightjs/-/work_items
  3. Create an epic
  4. Open the epic and confirm you can preview comments

Related to #439483 (closed)

Edited by Coung Ngo

Merge request reports