Skip to content

Validate Issue#closed_at after #created_at

Dan Jensen requested to merge 33739-validate-issue-closed-after-created into master

What does this MR do?

This adds a validation rule to Issue to ensure created_at < closed_at. This is necessary to isolate a bug where some Issue records appear to have been closed before they were opened. See Issue #33739 (closed) for more details.

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

This may slow import (mass creation of Issue records), but not by much.

First step on #33739 (closed)

Merge request reports