Dear Guruz,
I am dummy in OSTICKET. I am required to show "Assigned by" column in my new task and Task view screens. I want show the details also about "who assigned that particular task".
Kindly guide me how to add this column in View Tasks(tasks.php) Page.
My Efforts:
1.I have created a new column in myTask Detail Form (Manage->forms->Task Details). This column appears as required.
2.Unable to find data in (ost_task__cdata) taskassignedby column.
3.Update tasks.inc.php
Line 63:
Code
'taskassignedby' => array(
'width' => '16%',
'heading' => __('Assigned By'),
),