My Preferences
General:
No. of projects to be displayed in projects tab;
e.g. input 20 to display 20 latest projects on the projects tab.
No. of task comments to be displayed in task view tab; e.g. input 20 to display 20 latest comments.
No. of messages to be displayed in messages tab;
e.g. input 50 to display 50 messages.

Dashboard:
No. of tasks to be displayed in dashboard tab;
e.g. input 20 to display max 20 tasks in blocks.
{if:show_dashboard_unread_messages}
Show latest unread messages
Latest unread messages.
{else:}
Show latest unread messages
Latest unread messages.
{end:}
 
{if:show_dashboard_others_tasks}
Show tasks assigned to others
Task assigned to others that were updated recently.
{else:}
Show tasks assigned to others
Task assigned to others that were updated recently.
{end:}
{if:show_dashboard_my_tasks}
Show tasks assigned to me
Task assigned to me that were updated recently.
{else:}
Show tasks assigned to me
Task assigned to me that were updated recently.
{end:}


Promoted tasks:
{if:close_task_when_issue_closed}
Close task when issue is closed
Select to close task automatically when issue is closed.
{else:}
Close task when issue is closed
Select to close task automatically when issue is closed.
{end:}
{if:close_issue_when_task_closed}
Close issue when task is closed
Select to close issue automatically when task is closed.
{else:}
Close issue when task is closed
Select to close issue automatically when task is closed.
{end:}


Issue report:
{if:show_all_comments_of_open_issues}
Show all comments for open issues
Select to display all comments made on open issues.
{else:}
Show all comments for open issues
Select to display all comments made on open issues.
{end:}
{if:show_closed_comments_of_closed_issues}
Show only closing comments for closed issues
Select to display only last comment made while closing the issue.
{else:}
Show only closing comments for closed issues
Select to display only last comment made while closing the issue.
{end:}
{if:show_attached_image_with_comments}
Show attached image with comments in export PDF
Select to display images attached with issue comments in PDF file.
{else:}
Show attached image with comments in export PDF
Select to display images attached with issue comments in PDF file.
{end:}


Search:
{if:search_project_details}
Search project details
Select to enable searching of project details.
{else:}
Search project details
Select to enable searching of project details.
{end:}
{if:search_task_details}
Search task details
Select to enable searching of task details.
{else:}
Search task details
Select to enable searching of task details.
{end:}
 
{if:search_issue_details}
Search issue details
Select to enable searching of issue details.
{else:}
Search issue details
Select to enable searching of issue details.
{end:}
{if:search_messages}
Search messages
Select to enable searching of projects, tasks and issues messages.
{else:}
Search messages
Select to enable searching of projects, tasks and issues messages.
{end:}
 
Hide Projects:
Select to hide projects in index and report tabs.
{foreach:project_filter_records,cnt,project_record} {if:!project_record.is_hidden}
{project_record.getName()}
{end:} {end:}
{foreach:project_filter_records,cnt,project_record} {if:project_record.is_hidden}
{project_record.getName()}
{end:} {end:}