Skip to content

Ignore sprint_id column on merge_requests

euko requested to merge 382818-ignore-sprint-id into master

What does this MR do and why?

Merge requests don't use iterations but the MR model/table still references the Iteration model/table. Before we can drop sprint_id column from merge_request, we want to ignore the column from the application side. Related to #382818

MR acceptance checklist

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

Merge request reports