giddie / redmine_default_assign

Redmine ticket #482:Default assignment setting -- converted to a plugin and then extended.
Other
34 stars 26 forks source link

use default assignee only if category is not specified or it doesn't have a default assignee itself #33

Closed piccio closed 8 years ago

piccio commented 8 years ago

https://github.com/giddie/redmine_default_assign/issues/30 use default assignee only if category is not specified or it doesn't have a default assignee itself

giddie commented 8 years ago

Thanks for doing this work :)

giddie commented 8 years ago

OK, I've tested this, and I'm quite confused: for me, in non-interactive mode, the category assignee is set before #assign_default_assignee is called, and because an assignee is already set, it returns early. So in non-interactive mode, the plugin already has no effect by default. Is this pull request intended to enable the plugin to forcibly override the default specified by the category on issue creation? (If so, I think that would be of limited use: you could simply remove the category default assignee instead.)

Can you explain what the desired behaviour is in interactive mode?

piccio commented 8 years ago

sorry reset all I were working on an old version where the default assignee override the category's assignee. In the last version this beaviour doesn't occour.