Copy change functionality is not working for “Assignment Group” and “Assigned To” fields.Issue Assignment group and assigned to values are not getting copied to new change request form when we click on copy change UI action on the existing change request. ReleaseNewyork Patch 7aCauseThis is the expected behavior based on the dictionary configuration of those fields. There is an attribute called "ignore_filter_on_new" which has been added to a number of fields on the Task and Change Request tables. ResolutionRemove the attribute "ignore_filter_on_new" from the dictionary configuration of those two fields in the other instances as well , this will resolve the issue.