Skip to content

Resolve "Import with Milestones Failing"

James Lopez requested to merge 43270-import-with-milestones-failing into master

This MR is a refactor that fixes a few things to do with Milestones and Labels.

In general, it reuses any existing group labels. If the group or project labels do not exist, it always imports them all at project level.

Milestone IIDs are preserved, however in the case of a Group Milestone, if it can't find an existing one, it will create a new one with the next available IID. If this IID is later on used by one of the fixed Project Milestones, then it will replace the former IID and assign a new one to the group milestone.

What are the relevant issue numbers?

Closes #43270 (closed)

Closes #47626 (closed)

Edited by James Lopez

Merge request reports