MantisBT: TagColumn
TagColumn
Copyright 2010, Brian Enigma <brian@netninja.com>, http://netninja.com
Licensed under the GNU General Public License.
Theory
When used correctly, adding tags to Mantis issues can be a powerful feature. Unfortunately, the current tag implementation feels more like an
afterthought rather than a completely baked-in feature. This is especially true on the View Issues page, where tags are completely hidden from the
user. This plugin attempts to fix this by adding a Tags column.
Usage
After installation (see below), users can add the “Tags” column to their
View Issues screen by following these steps.
- Go to My Account -> Manage Columns.
- Add the “tagcolumn_tags” column to your View Issues Columns.
An administrator can perform similar steps, but under Manage -> Manage Configuration -> Manage Columns to add this column for all users.
Requirements
Mantis 1.2.0 or greater is required.
Note that this version of the plugin does not support the column data
caching API. This means that there could be some performance penalties
when run on high-traffic sites.
Installation
Installation is simple and involves creating a plugin folder and copying the plugin’s PHP file into the folder. You then activate it from within Mantis.
- Create a folder under your mantis plugins folder named TagColumn. For instance, if you have Mantis installed at /var/www/mantisbt, then you would create /var/www/mantisbt/plugins/TagColumn.
- Copy TagColumn.php into this folder.
- Log in to Mantis as an administrator.
- Go to Manage -> Manage Plugins and click “Install” next to TagColumn.

{ 2 comments… read them below or add one }
Seems to work fine for the View issues page but it doesn’t seem to come out in the export, are you planing on adding that ability?
Oops, sorry — I should have replied to this earlier. Exporting the tag column never really occurred to me. I don’t think I’ve once used Mantis’ export feature. I’ll look into it, but I have a number of projects I’m juggling that are a bit higher priority (and a bit higher interest level).