Eyepea / redmine_auto_assigned_user

If an user forget to assign the issue, this plugin will auto-assign to the project manager.
25 stars 15 forks source link

Assign by Category #4

Open Cero opened 12 years ago

Cero commented 12 years ago

Redmine has the ability to assign a tracker item to a user through the configuration of issue categories. Although I want to use the ability of redmine_auto_assign_user I wan't it only set an assignee if it would not already be set by the selected category. At the moment, no matter if there would already be an assignment through categories, it is assigned to the project manager role.

ludovic-gasc commented 12 years ago

Interesting feature, it should be easy to implement in hooks.rb, line 14. You should add a if condition to test the category owner. Do you know Ruby on Rails ?