Display iteration dates in issues filtered search dropdown
What does this MR do and why?
The changes is behind TWO feature flags vue_issues_list
and iteration_cadences
.
Resolves #343523 (closed).
We are no longer hardcoding start/due dates in title attribute for auto-generated iterations and the iteration dropdown needs to utilize and display start/due dates separately.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
-
Enable the vue issues list and iteration cadences
Feature.enable(:vue_issues_list) Feature.enable(:iteration_cadences)
-
Create a new iteration cadence for a group (ex.
gitlab-org
). Makes sure to checkAutomated scheduling
(it should be checked by default). -
Visit any issues list (project or group) and add an iteration filter in the filtered search bar.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.