Also, we need this someplace in the code that calls it. I put it in an
config file for the application
'redmine@example.com',
// name of redmine project, from URL
'project' => 'timetracker',
// version if it is used. Comment out for none
'version' => '',
// default reporter
'reporter' => 'default@example.com',
// possible components. Subject will be set from this
'components' => array(
'Time Sheet',
'Personal Data',
'View Payroll',
'Create Payroll',
'Create Invoice',
'Reports'
),
// trackers available as defined in Redmine instance
'tracker' => array(
'Bug',
'Feature',
'Support'
),
// Priorities defined in Redmine
'priority' => array(
'Low',
'Normal',
'High',
'Urgent',
'Immediate'
)
);
?>