Plugins Directory » Redmine Spectate
|
|
Author: | Seiji Shozuki |
|---|---|---|
| Website: | - | |
| Code repository: | https://github.com/agileware-jp/redmine_spectate/tree/1.0.0 | |
| Registered on: | 2026-05-29 (1 day ago) | |
| Current version: | 1.0.0 | |
| Compatible with: | Redmine 6.1.x, 6.0.x, 5.1.x | |
| User ratings: |
This plugin allows administrators to view the Redmine screen from another user's perspective and verify permission settings.
Features¶
- Only GET requests are supported (POST/PUT/DELETE are not simulated)
- Administrators only
- Session-based (no DB changes)
System Requirements¶
- Redmine 5.1 or later
Installation¶
cd /path/to/redmine/plugins
git clone https://github.com/agileware-jp/redmine_spectate.git
Please restart Redmine. Migration is not required.
How to Use¶
1. Log in as administrator
2. Open the user list under "Administration" > "Users"
3. Right-click the target user and select "View as this user"
A yellow banner will appear at the top of the screen. You can exit by selecting "Return to original user".
License¶
MIT License
Changelog
1.0.0 (2026-05-29)
Compatible with Redmine 6.1.x, 6.0.x, 5.1.x.