$VAR1=bless( { 'priority' => '2', 'customFieldValues' => [ bless( { 'customfieldID' => 'customfield_12345', 'values' => ['John Smith'], 'key' => undef}, 'RemoteCustomFieldValue' ), bless( { 'customfieldID' => 'customfield_abcde', 'values' => ['California'], 'key' => undef}, 'RemoteCustomFieldValue' )], 'status' => 'Completed' }, 'RemoteIssue'); $VAR1=bless( { 'priority' => '2', 'customFieldValues' => [ bless( { 'customfieldID' => 'customfield_12345', 'values' => ['Mary Monroe], 'key' => undef}, 'RemoteCustomFieldValue' ), bless( { 'customfieldID' => 'customfield_abcde', 'values' => ['New York'], 'key' => undef}, 'RemoteCustomFieldValue' )], 'status' => 'In progress' }, 'RemoteIssue');