Plugins Directory » redmine_stakeholder
|  | Author: | subi hung | 
|---|---|---|
| Website: | https://github.com/subineru/redmine_stakeholder | |
| Code repository: | https://github.com/subineru/redmine_stakeholder | |
| Registered on: | 2025-10-24 (7 days ago) | |
| Current version: | 1.0.0 | |
| Compatible with: | Redmine 6.0.x | |
| User ratings: | 
Redmine Stakeholder Plugin¶
A comprehensive Redmine plugin for managing and analyzing project stakeholders with advanced visualization and export capabilities.
System Screenshots¶
Stakeholder List
 ¶
¶
	
Change History Records
 ¶
¶
	
Features¶
Core Functionality¶
- Complete CRUD Operations: Add, edit, and delete stakeholder records for each project
- Inline Editing: Edit stakeholder data directly in the list view with hover-activated pencil icons
- Change History Tracking: Comprehensive audit trail of all stakeholder modifications (create, update, delete)
- Comprehensive Stakeholder Tracking:
	- Stakeholder name
- Title
- Internal/External location type
- Project role
- Primary needs
- Expectations
- Influence/Attitude level (Completely Unaware / Resistant / Neutral / Supportive / Leading)
 
Data Export¶
- CSV Export: Export all stakeholder data to CSV format with UTF-8 encoding
- Excel Export: Export to .xls format (SpreadsheetML) with formatted headers and styling
Change History¶
- Audit Trail: Complete record of all stakeholder changes
- User Tracking: Track who made each change and when
- Field Change Details: See old values and new values for each modification
- Language Support: History records display values in the current system language
Design and Internationalization¶
- Fully responsive web design for all devices
- Complete bilingual support (Traditional Chinese / English)
- Integrated as a dedicated tab in project pages
- Permission-based access control (view_stakeholders / manage_stakeholders)
Installation notes
- Copy this plugin to your Redmine `plugins` directory:cd /path/to/redmine/plugins git clone [repository-url] redmine_stakeholder 
- Run the plugin migrations:bundle exec rake redmine:plugins:migrate NAME=redmine_stakeholder RAILS_ENV=production 
- Restart Redmine
- Enable the "Stakeholders" module in your project settings
Changelog
1.0.0 (2025-10-25)
Compatible with Redmine 6.0.x.
update correct version
0.1.0 (2025-10-25)
Compatible with Redmine 6.0.x.