Copyright (c) 2013 eCola GmbH, Heiko Schneider-Lange
CustomizeEmailSubject is a plugin for MantisBT that allows the administrator to alter the subject of the notification emails.
See the Change log.
The plugin requires MantisBT version 2.0.0 or later.
For legacy 1.2.x installations, please download version 0.1.2. MantisBT 1.3.x is not supported.
- Download or clone a copy of the plugin's code.
- Copy the plugin (the
CustomizeEmailSubject/
directory) into your Mantis installation'splugins/
directory. - While logged in as an administrator, go to Manage → Manage Plugins.
- In the Available Plugins list, you'll find the CustomizeEmailSubject plugin; click the Install link.
- In the Installed Plugins list, click on the CustomizeEmailSubject plugin to configure it.
The email subject can be customized on the plugin's config page.
The following variables can be used in combination with any other text,
except the pipe symbol (|
):
- project_name
- bug_id
- summary
- handler
- priority
- severity
- reproducibility
- status
- resolution
- projection
- category
- reason
The pipe symbol is used to wrap the variables, to separate them from regular
text, e.g. [|project_name| |bug_id| |status|]: |summary|
.
If you wish to file a bug report, or have questions related to use and installation, please use the plugin's issues tracker on GitHub.
All code contributions (bug fixes, new features and enhancements, translations) are welcome and highly encouraged, preferably as a Pull Request.
The latest source code is available on GitHub.