Initial Commit

This commit is contained in:
2026-03-20 20:48:07 -04:00
commit 6dbac4e111
5 changed files with 155 additions and 0 deletions

41
README.md Normal file
View File

@@ -0,0 +1,41 @@
# Redmine Auto Assign Plugin
Automatically assigns an issue to the first user who logs time against it.
---
## Overview
The **Redmine Auto Assign Plugin** improves workflow efficiency by ensuring issues are assigned when work begins.
When a user logs time on an issue:
- If the issue is **unassigned**, it is assigned to that user
- If the issue status is **"New"**, it is changed to **"In Progress"**
---
## Features
- Auto-assigns issue on first time entry
- Updates issue status from *New → In Progress*
- Lightweight and non-intrusive
- No UI changes required
- Works with standard Redmine time tracking
---
## Requirements
- Redmine 6.x
- Compatible Ruby version (per your Redmine install)
---
## Installation
1. Copy the plugin into your Redmine plugins directory:
```bash
cd /path/to/redmine/plugins
git clone https://github.com/rickbarrette/redmine_auto_assign.git