Skip to content

Change route for iterations at the group level in left sidebar

Scott Stern requested to merge ss/change-route-group-iterations into master

What does this MR do?

Resolves Group portion of #333251 (closed)

Repro

  1. Feature flag :iterations on
  • Go to groups -> Issues -> Iterations Click
  • Notice we get navigated to /iterations
  1. With prev ff on, turn on :iteration_cadences FF
  • Go to groups -> Issues -> Iterations Click
  • Notice we get navigated to /cadences
  1. With all prev FF on, turn on ff :sidebar_refactor
  • Go to groups -> Issues -> Iterations Click
  • Make sure that we are still navigating to /cadences
  • Turn :iteration_cadences off
  • Go to groups -> Issues -> Iterations Click
  • Make sure we are going to /iterations

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 Simon Knox

Merge request reports

Loading