Plugins Directory » Redmine Quick Assign
|
|
Author: | Govind Upadhyay |
|---|---|---|
| Website: | https://github.com/Govind-Upadhyay/Redmine-Quick-Assign | |
| Code repository: | https://github.com/Govind-Upadhyay/Redmine-Quick-Assign | |
| Registered on: | 2026-03-30 (6 days ago) | |
| Current version: | 1.0.0 | |
| Compatible with: | Redmine 7.0.x, 6.1.x, 6.0.x, 5.1.x, 5.0.x, 4.2.x | |
| User ratings: |
Adds quick assignment actions for Author, Last Commenter, and Previous Assignee directly on the issue show page, edit form, and context menu. This plugin helps speed up workflow routing without requiring any database migrations.
- Features
- Show page quick actions: Clickable buttons cleanly placed under issue details.
- Edit page quick actions: Embedded directly inside the form; updates the dropdown dynamically.
- Context menu: Quick assign options immediately available when right-clicking single issues.
- Smart UI: Buttons smartly disable themselves if the user is already assigned to the issue.
- Plug & Play: Zero database migrations required. Simply drop the folder in and restart.
Installation notes
1. Navigate to your Redmine plugins directory:
cd /path/to/redmine/plugins
2. Clone the plugin codebase:
git clone https://github.com/Govind-Upadhyay/Redmine-Quick-Assign.git redmine_quick_assign
3. Restart your Redmine instance (e.g., using Passenger):
touch ../tmp/restart.txt
4. Verify from `Administration -> Plugins`.
(Note: This plugin does not require any database migrations `rake redmine:plugins:migrate` or dedicated asset loading tasks)
Changelog
1.0.0 (2026-03-30)
Compatible with Redmine 7.0.x, 6.1.x, 6.0.x, 5.1.x, 5.0.x, 4.2.x.