The Comments component is used to display user comments and status updates.
select p.ID, p.CREATED as COMMENT_DATE, lower(p.CREATED_BY) as USER_NAME, t.CREATED as TASK_CREATED, t.TASK_NAME || ' - ' || t.CREATED_BY as COMMENT_TEXT from EBA_UT_CHART_TASKS t, EBA_UT_CHART_PROJECTS p where t.PROJECT = p.ID order by t.CREATED