Skip to content

Remove unused project reference from IterationReferenceFilter

What does this MR do and why?

IterationReferenceFilter had a code path that attempted to reference an iteration's project. The code path was never used (hit) and is removed in this MR.

Why? Although iterations may be presented within a project context, iterations as domain objects cannot/do not belong to projects (for historical context, project-level iterations have been implemented but never rolled out as a feature See #299864 (closed).)

MR acceptance checklist

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

Edited by euko

Merge request reports