Remove ff from filtered search for iterations
What does this MR do and why?
We had customers reporting not being able to see Iteration
in the filtered search dropdown because, although we had the issue_boards_filtered_search
ff enabled globally, the iteration_cadences
ff was off for a majority of our customers.
This MR removes the guard for Iteration token.
Notes
It seems like even with iteration_cadences
off, we are still able to get iterationCadences
key from graphql.
Repro
- Feature.enable(:issue_board_filtered_search)
- make sure that
:iteration_cadences
is off. - Go to Project/Group Issue Board and make sure you can filter by
Iteration
Resolves #350123 (closed)
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
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.
Edited by Scott Stern