I am trying to export closed dates from the os ticket but it will not export.

I've found and modified the the class.export.php file below, I've tried to change the Keys to close_date, closed, closedate, isclosed etc. 

        return self:($sql,            array(                'ticketID' =>       'Ticket Id',                'created' =>        'Date Created',                'subject' =>        'Subject',                'name' =>           'From',                'priority_desc' =>  'Priority',                'dept_name' =>      'Department',                'helptopic' =>      'Help Topic',                'source' =>         'Source',                'status' =>         'Current Status',                'effective_date' => 'Last Updated',                'closed'  =>        'Close Date',                'isoverdue' =>      'Overdue',                'isanswered' =>     'Answered',                'assigned' =>       'Assigned To',                'staff' =>          'Staff Assigned',                'team' =>           'Team Assigned',                'thread_count' =>   'Thread Count',    'attachments' =>    'Attachment Count',                ),            $how);

However, nothing happens, it will not export the close date. Attached is what im pulling

moving thread to mods and customizations.You haven't really shown us your code, or told us what version you are running, so I'm not real sure how you expect anyone to assist you.Unless your running version 1.8.0.1 and in that case I do not know anyone that is still running a version taht old... and it is no longer supported.

Im running an older version im being told -  v1.8.0.1.

I understand its an older version, so im just wondering how i can get this to work. the only thing i modified here is 'Closed' => 'Close Date', WHICH was labeled 'duedate' => 'Due Date'   before - I tried to change this but nothing happens. 

So im stuck, there are several code files. Im not sure which one to edit, i Have been searching through the php files, trial and error stuff. 

Write a Reply...