Skip to content

Fixes logic to set labels filter base path

Kushal Pandya requested to merge 482948-fix-incorrect-label-links into master

What does this MR do and why?

Fixes logic to set labels filter base path so that project-level work item labels point to project work items list and group-level work item labels point to epics list.

Changelog: fixed

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

NA

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Go to a project
  2. Create a task within an issue
  3. Add label to the created task
  4. Open task to view it
  5. Click on label from the task right sidebar
  6. It should take you to project issues list filtered by that label
    • Due the bug, it was taking user to epics list filtered by label, which was causing 404.

Related to #482948 (closed)

Edited by Kushal Pandya

Merge request reports

Loading