Copyright (c) 2011 Robert Munteanu - [email protected]
Copyright (c) 2018, 2022 Damien Regad
Released under the GNU General Public License version 2
See the Changelog.
The LinkedCustomFields plugin allows you to link values between two custom fields, creating linked drop-downs.
The plugin requires MantisBT version 2.3 or higher.
If you need compatibility with older releases of MantisBT, please use legacy versions of the plugin, as per table below:
MantisBT version | Plugin version |
---|---|
1.3 | Not supported |
1.2 | 1.0.1 |
- Download or clone a copy of the plugin's code.
- Copy the plugin (the
LinkedCustomFields/
directory) into your Mantis installation'splugins/
directory, or create a link to it. - While logged into your Mantis installation as an administrator, go to Manage -> Manage Plugins.
- In the Available Plugins list, you'll find the LinkedCustomFields plugin; click the Install link.
The plugin's configuration page is accessed from the Manage menu, where a new item named Configure custom field links is present.
Access to this page is restricted to users having the manage_custom_fields_threshold (standard MantisBT config option, defaulting to ADMINISTRATOR).
Note: the plugin only supports ENUMERATION and MULTI_SELECT custom field types.
- Pick one of the fields in list, then click Edit.
- In the Configure custom field links section, select the target field in the Linked to list.
- In the Mapping section, each value from the source field can be associated
to any number of values from the target field.
Note: Selecting no values means that they are all valid.
When editing an issue in a project where the linked custom fields are available, once a value from the source custom field has been selected, only the configured corresponding values will be available from the target custom field.
The following support channels are available if you wish to file a bug report, or have questions related to use and installation:
- Plugin's GitHub issue tracker
- MantisBT Gitter chat room
The legacy issue tracker hosted in the Plugin - LinkedCustomFields project on Mantis Bug Tracker remains available in read-only mode, for historical purposes.