[go: up one dir, main page]

Skip to content

Clicking Milestone from MR page lands on Issues tab of Milestone page

Utilization group: Bug Report Template

Bug Summary

Clicking on a Milestone in an MR page takes you the /milestones page, which is good, but lands on the "Issues" tab instead of the "#tab-merge-requests" tab. Since the usual flow would be that you are on an MR page and would like to see other MRs sharing that Milestone, this is poor UX.

Steps to reproduce

  1. Create a Milestone
  2. Create at least one MR and one Issue sharing that Milestone
  3. Go to the MR page and click on the Milestone
  4. Notice that you're viewing the Issues tab, not the MR tab

Example Project

What is the current bug behavior?

Clicking on milestone in MR page lands on Issues tab of the milestones page.

What is the expected correct behavior?

Clicking on milestone in MR page lands on MR tab of the milestones page.

Reproducibility

Completely reproducible.

Impact Assessment

Additional clicks / context recognition required to navigate where you probably want to go.

Severity

Nuisance / bad UX.

Environment

Current Chromium / Debian.

Screenshots and/or Relevant logs

Output of checks (GitLab.com)

Results of GitLab environment info

Gitlab 16.9, free tier.

Results of GitLab application Check

Possible fixes