すべてのバージョン
Fisheye 4.2 ドキュメントFisheye 4.1 ドキュメント
Fisheye 4.0 ドキュメント
その他...
Email notifications in FishEye can be customised to change their formatting, by editing template files. This page contains instructions for this process.
Template files for FishEye are stored in the FISHEYE_HOME/templates/
folder.
They templates are only for changing the appearance and order of certain content inside the messages.
If you edit the templates of an operational FishEye instance, you may disrupt notifications that are being sent at that time. To avoid this, shut FishEye down during template editing.
FISHEYE_HOME/templates/
in a text editor.Header information will be included at the beginning of the email body text.
FISHEYE_HOME/templates/
in a text editor.Footer information will be included at the end of the email body text.
FISHEYE_HOME/templates/
in a text editor. 'fisheye-mail-footer.ftl' is used as the footer template for all FishEye email notifications.After an edit, the change to the email template will take place immediately. No restart is required.
Try and avoid editing the live template file, as FishEye may try to use it while you are editing. This could have unpredictable results. Instead, back up the template file (it's wise to keep original versions of all these files), edit a copy you have made, then overwrite the 'live' template once you have finished.
The email notification templates use the Freemarker format. Freemarker is a general templating engine enabling automated content.
If you are familiar with Freemarker, more advanced customisations can be made to the email notification templates. However, you make such adjustments at your own risk.
The following template files for FishEye notifications are stored in the FISHEYE_HOME/templates/
folder.
Template filename |
目的 |
---|---|
fisheye-mail-subject.ftl |
Subject template |
fisheye-mail-header.ftl |
Header template |
fisheye-mail-footer.ftl |
Footer template |
changeset-mail-html.ftl |
HTML email template |
changeset-mail-plain.ftl |
Plain text email template |
See also Customising Crucible Email Notifications.