Skip to content

Epic description does not render issue link with project prefix

Summary

Epic descriptions don't render issue links with their project prefix.

Steps to reproduce

  1. Create or edit an epic
  2. Paste an issue URL
  3. Save the epic
  4. View the epic description

What is the current bug behavior?

Pasting the issue link http://localhost:3001/gitlab-org/gitlab-test/issues/8 in an epic in the gitlab-org group renders the link as #8.

Edit View
image image

What is the expected correct behavior?

Pasting an issue link such as http://localhost:3001/gitlab-org/gitlab-test/issues/8 in an epic in the gitlab-org group should render the link as gitlab-test#8.

image