Skip to content

Consolidate iteration filters for issues

Florie Guibert requested to merge 462745-consolidate-iteration-filters into master

What does this MR do and why?

Consolidate iteration filters for issues

  • Match issues list and issue boards iteration filter
  • Use iterationCadenceId
  • Make Current and Any options available per cadence for Issues list
  • Move fetching of cadences to IterationToken component

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
Screenshot_from_2024-05-28_14-21-53 Screenshot_from_2024-05-28_14-21-18

How to set up and validate locally

  1. Visit issues list (works for both projects and groups)
  2. Select Iteration filter
  3. Verify that Any and Current options are available for each cadence
  4. Test filters (some issues will need to be assigned to some iterations to verify filtering works as expected)

Related to #462745 (closed)

Edited by Florie Guibert

Merge request reports