Skip to content

Update the cadence form to support manual iteration management

What does this MR do and why?

We are restoring the ability to create a new manually managed Iterations Cadence via GraphQL API in !94494 (merged).

In this MR, we are adding back the checkbox to enable/disable automatic scheduling and removing the deprecation alerts.

Screenshots or screen recordings

Before/after UI screenshots
Location Before After
Iterations Cadence list Screen_Shot_2022-08-09_at_8.08.36 Screen_Shot_2022-08-09_at_8.08.17
Iterations Cadence form Screen_Shot_2022-08-09_at_8.08.44 Screen_Shot_2022-08-09_at_8.09.01

How to set up and validate locally

  1. Enable the Iterations Cadence feature

    Feature.enable(:iteration_cadences) # the FF's been defaulted on
  2. Navigate to Iterations page and test creating/editing a cadence

demo

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #367497 (closed)

Edited by euko

Merge request reports