Skip to content

Drop GFM support for issuable title on milestone

What does this MR do?

Drop GFM support for issuable title on milestone, which was introduced in 2012 (GitLab 3.1) and has made it inconsistent.

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

  • To keep it consistent with other occurrences as GFM support is not introduced in any other occurrence of issuable title.
  • To keep it faster using link_to instead of link_to_gfm.
    • e.g., a milestone with ~ 100 issues on my local laptop (GDK): 25x faster (2228 ms -> 88 ms)

Screenshots (if relevant)

as is

#4 is linked.

issuable-title-on-milestone-as-is

fixed

#4 is not linked but just treated as plan text.

issuable-title-on-milestone-to-be

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #34289 (closed)

Edited by username-removed-100770

Merge request reports