When replicating a Program Increment update, PHP raises a warning like:
PHP Warning: Undefined array key "new_values" in /usr/share/tuleap/plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertor.php on line 165
Program management code gives an empty array as Artifact Link value, but the Tracker code does not expect that. We should add that key as an empty string value.