Copying a change is not copying all the fields listed in the change propertiesDescriptionWhen coying a Change Request some of the fields listed in the change properties to be copied over aren't being copied over to the new Change Request.Release or EnvironmentOrlandoCauseThere is an attribute called "ignore_filter_on_new" which when added to fields on the Task and Change Request tables will prevent those fields from being copied over.The attribute prevents a value from being applied to a new record from a "sysparm_query=" parameter that is included in the URL."Copy change" uses the "sysparm_query" to pass the values from the Change Request that is being copied to the new Change Request.ResolutionRemove the "ignore_filter_on_new" attribute from the fields you want to be copied and then you will be able to copy those fields when copying a Change Request.