Choose which fields are summarized in Email notifications
Added by Michelle H over 11 years ago
Is there a way to choose which fields are summarized in the email notifications?
For example, right now:
- Author:
- Status:
- Priority:
- Assignee:
- Category:
- Target version:
- Custom field:
is sent in the email. Say, I want to take all but the author, status, and priority out. Would that be possible?
Thanks.
Replies (2)
RE: Choose which fields are summarized in Email notifications - Added by Tory Wolf over 11 years ago
Hello,
You have to change these files:
\app\views\mailer\_issue.html.erb
\app\views\mailer\_issue.text.erb
Delete 3 strings from each file, where field_author, field_status and field_priority are mentioned.
It works for version 2.3.1.
In other versions filenames may be different.
RE: Choose which fields are summarized in Email notifications - Added by Michelle H over 11 years ago
Awesome! It worked! :)
Thank you so very much, Tory!