プロジェクト

全般

プロフィール

QA #319

奈良 裕記 さんが4年以上前に更新

h3. ■現象/要望 

 Redmineの通知メールには、チケットの期日が記載されない。 
 管理上必要な項目なので、メール上に期日を記載したい。 

 h3. ■解決策 

 h4. Redmine2.3.3以降 

 app/helpers/issues_helper.rb の、email_issue_attributes を修正すれば良い。 

 標準の項目追加変更、カスタムフィールドの表示有無も簡単に変更できる。 
 ↓詳細 
 https://qiita.com/8amjp/items/0baf29a81b1c07139d1e 

 h4. Redmine2.3.2まで 

 ( →の変更前  
  http://www.redmine.org/projects/redmine/repository/revisions/12079 ) 

 app/views/mailer/_issue.text.erb に、下記の様に追加する。 

 <pre> 
 * Release date: <%= "#{format_date(issue.due_date)}" %> 
 </pre> 

 ↓詳細 
 http://otsukare-tion.com/2013/11/redmine_sendmail_duedate/ 

 h3. ■対応状況 

 ソース改造で対応 
 4.1取込済 

 h3. ■補足 

 http://otsukare-tion.com/2013/11/redmine_sendmail_duedate/ 

 ↑の受け売りです。 
 本家でも同一要望出ていました。↓ 
 PJ管理の目的からは、デフォルト通知すべき項目と考えます。 

 Start date and due date in email 
 http://www.redmine.org/issues/13307 

 !https://unofficial-redmine.org/matomo/matomo.php?idsite=1&rec=319! !https://unofficial-redmine.org/matomo/matomo.php?idsite=1&rec=1!

戻る