Skip to content

Use scopedPath for the iterations list

Coung Ngo requested to merge 222763-frontend-use-scopedpath-for-iterations into master

What does this MR do?

This MR uses scopedPath for the iterations list. Currently, webPath is used which always links to the group iteration. However, when the user is looking at an iterations list within a project, they should stay within the project and not be redirected to a group. scopedPath provides a path within this context.

This change is behind the project_iterations feature flag.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Coung Ngo

Merge request reports