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'),
),

As you might have surmised already this is not possible in the UI at this time with out modifying the core files.

As I do not use tasks this is not something that I have tried to do, or know how to do. Perhaps someone else here will be able to assist you with this.

3 years later
5 months later
5 months later

Nice.
It seems like you changed the order of the columns also.
Did you make any other changes than the ones you mention for tasks.inc.php?

Write a Reply...