An error occurred while fetching the assigned milestone of the selected merge_request.
When the split algorithm is used in combination with an output field a KeyError
error was thrown. This error arises because the split simplification is added before the output fields were added to the collision rule. Thus, the simplification strategy did not know about the additional assignments.
The error is was fixed by reordering the code in createfunctions.py
.