Index: app/helpers/issues_helper.rb =================================================================== --- app/helpers/issues_helper.rb (revision 17449) +++ app/helpers/issues_helper.rb (working copy) @@ -319,7 +319,7 @@ def email_issue_attributes(issue, user, html) items = [] - %w(author status priority assigned_to category fixed_version).each do |attribute| + %w(author status priority assigned_to category fixed_version start_date due_date).each do |attribute| unless issue.disabled_core_fields.include?(attribute+"_id") if html items << content_tag('strong', "#{l("field_#{attribute}")}: ") + (issue.send attribute)