https://github.com/limesurvey/mantis-bugheat-plugin
Mantis Bug Heat plugin - calculate and shows a heat index for each issue in Mantis
https://github.com/limesurvey/mantis-bugheat-plugin
mantisbt-plugin
Last synced: 18 days ago
JSON representation
Mantis Bug Heat plugin - calculate and shows a heat index for each issue in Mantis
- Host: GitHub
- URL: https://github.com/limesurvey/mantis-bugheat-plugin
- Owner: LimeSurvey
- License: gpl-2.0
- Created: 2018-10-05T08:18:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T14:00:22.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T11:26:13.283Z (3 months ago)
- Topics: mantisbt-plugin
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bug Heat plugin for Mantis Bugtracker
This plugin allows you to display a bug heat for each of your bug tracker issues similar to the one that can be found on launchpad ( https://bugs.launchpad.net )
Just install like any other Mantis plugin.
To activate it create an additional field called 'Bug heat' in the settings and activate it for the projects you want the bug heat to display for.
The value is automatically calculated as soon as someone looks at any issue.Also make sure to set
```php
$g_show_monitor_list_threshold = VIEWER;
```
in your config.php to avoid the heat constantly being updated due to different viewing permissions.