Copy Change UI Action not working for some change requestsIssue "Copy Change" functionality not working on some Change RecordsISSUE: When a CLOSED change needs to be copied (Additional Actions > Copy Change) and Copy Change is selected, nothing happens. EXPECTED BEHAVIOR: a NEW change (cloned from previous change where action was performed) should be created, with copy change properties applied.CauseThere is a special character in one of the change request record's fields that need to be copied over to new change record based on the list of attributes property value of "com.snc.change_request.copy.attributes"ResolutionThere are two ways to solve it as below: 1. Remove the special character from the affected field which required copying over to new changeOR 2. Remove the field/attribute from the com.snc.change_request.copy.attributes property so the special character will never be picked up during the copying process.