Correct finalize migration for BackfillEpicBasicFieldsToWorkItemRecord
What does this MR do and why?
Related: #468875 (closed)
Correct finalize migration for BackfillEpicBasicFieldsToWorkItemRecord
This migration is a patch for the previous attempt to finalize the BackfillEpicBasicFieldsToWorkItemRecord migration introduced in !152625 (merged)
In previous version the passed in job arguments is not correct, so we do not find the correct migration to steal and finalize.
This leads to some issues in validating epics.issue_id NOT NULL constraint for self managed customers jumping from 16.x to 17.1 release.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.