Skip to content

Bypass earliest date validation in importing of iteration cadences

Stan Hu requested to merge sh-fix-group-import-cadence into master

What does this MR do and why?

!95372 (merged) added support for import/export of iteration cadences, but the start_date_would_not_create_past_iteration validation fails once enough time elapsed from the present day.

Since we're doing a project import/export, there's no guarantee that this date validation will be correct given the current date, so skip it during an import.

Relates to #371462 (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 Stan Hu

Merge request reports