{"id":43479596,"url":"https://github.com/mantisbt-plugins/gaugesupport","last_synced_at":"2026-05-31T22:00:40.009Z","repository":{"id":121163425,"uuid":"103816832","full_name":"mantisbt-plugins/GaugeSupport","owner":"mantisbt-plugins","description":"Voting for tickets (for Mantis 2.x)","archived":false,"fork":false,"pushed_at":"2024-01-05T18:53:32.000Z","size":299,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-02-03T19:25:55.527Z","etag":null,"topics":["mantisbt-plugin"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mantisbt-plugins.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-09-17T09:17:36.000Z","updated_at":"2024-11-01T19:29:55.000Z","dependencies_parsed_at":"2024-01-05T19:55:02.262Z","dependency_job_id":null,"html_url":"https://github.com/mantisbt-plugins/GaugeSupport","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mantisbt-plugins/GaugeSupport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantisbt-plugins%2FGaugeSupport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantisbt-plugins%2FGaugeSupport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantisbt-plugins%2FGaugeSupport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantisbt-plugins%2FGaugeSupport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mantisbt-plugins","download_url":"https://codeload.github.com/mantisbt-plugins/GaugeSupport/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantisbt-plugins%2FGaugeSupport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33750474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mantisbt-plugin"],"created_at":"2026-02-03T08:14:02.496Z","updated_at":"2026-05-31T22:00:40.004Z","avatar_url":"https://github.com/mantisbt-plugins.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gauge Support plugin for MantisBT\n\nCopyright (c) 2010 Charly Kiendl  \nCopyright (c) 2017 Cas Nuy  \nCopyright (c) 2019 Damien Regad\n\nReleased under the [GPL v3 license](http://opensource.org/licenses/GPL-3.0).\n\nSee the [Changelog](https://github.com/mantisbt-plugins/GaugeSupport/blob/master/CHANGELOG.md).\n\n\n## Description\n\nAllows users to vote on issues.\n\n\n## Requirements\n\n- MantisBT 2.0.0\n- MantisGraph plugin 2.25.0 (optional, to display charts)\n\n\n## Installation\n\n1. [Download](https://github.com/mantisbt-plugins/GaugeSupport/releases/latest)\n   the plugin's latest release from GitHub\n2. Create a new directory `GaugeSupport` (case-sensitive) under MantisBT's \n   `/plugins` directory\n3. Extract all files into the new directory\n4. Go to _Manage / Manage Plugins_ and install the plugin\n5. If you want to display voting statistics charts, make sure that the \n   _MantisGraph_ core plugin is installed \n6. [Configure](#Configuration) the plugin as appropriate\n\n### Configuration\n\nYou can specify which issues the users will be able to vote on, based on the\nfollowing criteria:\n\n- **Status**: by default, _resolved_ and _closed_ are excluded\n- **Resolution**: by default, all resolutions except _open_, _reopened_ and\n  _suspended_ are excluded \n- **Severity**: includes _feature_, _minor_, _major_, _crash_ and _block_\n  by default\n\n![Config page screenshot](doc/config.png)\n\n\n## Usage\n\n### Voting\n\nOn the _View Issue Details page_, a new **Gauge Support section** is added,  \nallowing users to :\n\n- see who voted for (or against) the issue,\n- review voting statistics, including a pie chart (if the MantisGraph plugin\n  is installed), and\n- cast their vote (with 2 levels of support or rejection, +2/+1/-1/-2) \n  or withdraw it.\n\n![Voting form screenshot](doc/vote.png)\n\n### Reporting\n\nA new **Issue Support Ranking** menu item is available in the sidebar.\n\n!['Issue Support Ranking' menu item](doc/menu.png)\n\nIt opens a report page, displaying a table listing all issues having received at \nleast one Rating, sorted in descending order of the _Absolute Community Support_ \n(i.e. the sum of all Ratings for the issue). This means that the most popular \nissues will be at the top.\n\nThe Rankings data can be **exported to Excel** using the button in the header.\n\n![Rankings page screenshot](doc/rankings.png) \n \n\n## Support\n\nFile bug reports and submit questions on the\n[GitHub issues tracker](http://github.com/mantisbt-plugins/GaugeSupport/issues).\n\n\n## Credits\n\nThis plugin is based on the [original version](https://github.com/EvilRenegade/Gauge-Support/)\nwritten by Charly Kiendl (EvilRenegade) back in 2010. \n\nIt was updated to work on MantisBT 2.x by Cas Nuy in 2017.\n\nDamien Regad gave it a complete overhaul in 2019.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmantisbt-plugins%2Fgaugesupport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmantisbt-plugins%2Fgaugesupport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmantisbt-plugins%2Fgaugesupport/lists"}