Project

General

Profile

Plugins Directory » Redmine Custom Reports

Author: Ctrl Sup
Website: https://github.com/CtrlMajSup/redmine_custom_reports
Code repository: https://github.com/CtrlMajSup/redmine_custom_reports
Registered on: 2024-06-04 (about 1 month ago)
Current version: 2.0.0
Compatible with: Redmine 5.0.x
User ratings:   (2)

Redmine plugin to create project reports using d3.js charts (with using NVD3). The data for the report - the number of filtered issues grouped by a column.

You can use multiple data series. Issues filtered by ordinary redmine filters.

Issue are grouped together on the same field, on how tickets can be grouped in a query. Additionally, you can group tickets by text custom fields. In addition to regular columns, you can use custom fields with type "text" to group.

Installation notes

Copy plugin directory into #{RAILS_ROOT}/plugins. If you are downloading the plugin directly from GitHub, you can do so by changing into your plugin directory and issuing a command like

git clone https://github.com/CtrlMajSup/redmine_custom_reports.git

Run the following command to upgrade your database (make a db backup before).

bundle exec rake redmine:plugins:migrate RAILS_ENV=production

Restart Redmine

Go to one of your project settings. Click on the Modules tab. You should see the "Custom reports" module at the end of the modules list. Enable plugin at project level. Now you will see "Custom report" tab at the project menu.

Changelog

2.0.0 (2024-06-04)

Compatible with Redmine 5.0.x.

User ratings

  by ashraf alzyoud 27 days ago

not working in redmine 5.1

  by Jaebok Oh about 1 month ago

Excellent plugin!!