giddie / redmine_default_assign

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

Cannot default assign to groups #36

Closed GessDraeger closed 7 years ago

GessDraeger commented 7 years ago

I cannot select groups for default assignment in project setting, even when I go to the database and add the id of the group manually, this has no effect. Single user assignment is working properly.

But when I create a new issue I can select the group as asignee.

Can you please help me. Redmine: 3.3.1 Pluginversion: 0.60

Thank you in advance

giddie commented 7 years ago

I've had a play around to see if I can reproduce this problem. I found that in order for the group to appear in the list I had to:

  1. Add the group to the project with a role.
  2. Reload the project settings form (in order to recalculate the options for the dropdown).

After that, the group was available in the default assignment project setting.

GessDraeger commented 7 years ago

Thank you for checking my problem.

The thing is that I additionally use the easyredmine plugin (www.easyredmine.com). I think the plugins doesn't work properly together.

It's a pity that I cannot select usergroups because your plugin is very impressive and works perfect for single user assignment 👍

giddie commented 7 years ago

Could you describe the exact steps you're going through? The groups are added to the project with a role, and you've got group assignment enabled in the main Redmine settings?

GessDraeger commented 7 years ago

Yes, I've already done the described steps. Here are the project-user: grafik

and here are the list of possible assignees: grafik

The group will be considered, because the group-user can be selected as single user. Do you have any idea how I can solve this?

giddie commented 7 years ago

And you've checked that in the Project settings, in the Issue Tracking tab, the "Allow issue assignment to groups" option is checked? Are you able to assign to a group manually when creating an issue?

GessDraeger commented 7 years ago

Yes, when I create a new issue, the group can be selected: grafik

giddie commented 7 years ago

It's quite difficult to be sure of what I'm seeing in the screenshots, since the theme is so different. In the current version of the plugin, the DE translation for "Default Assignee" is "Standard Verantwortlicher", not "Standard Bearbeiter". Is there any chance this field is being offered by a different plugin?

screenshot_20170407_095936

GessDraeger commented 7 years ago

It's exact the same field. I have modified the german translation to our needs.

I see, it' s not a problem in your plugin, because it works with the original version of redmine. Anyway thanks for your effort