Skip to content

Rename sprint_id to iteration_id

What does this MR do and why?

Related to #378589 (closed).

  • Rename sprint_id column to iteration_id for issues table.

Why? Iteration had been previously called Sprint at GitLab and the table for Iteration model is still named sprints. In all APIs and tables except for issues, we use iteration_id to reference the rows from sprints.

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