Feature #43996
closedAdd setting to choose users/groups order in assignee dropdown
Description
This patch adds a new "Assignee list display format" setting. When the existing setting "Allow issue assignment to groups" is enabled, this new setting allows administrators to choose whether users or groups are shown first in the Assignee list.
In environments where groups are frequently used as assignees, the current behavior can be inconvenient. Groups are always listed after users, and since the number of users is often much larger, users may need to scroll through a long list before reaching the groups section.
By selecting Groups then users, groups can be displayed first, making them easier to select and improving usability.
The new "Assignee list display format" setting:
Groups then users:
Users then groups (default):
Files
Related issues
Updated by Go MAEDA 18 days ago
- Subject changed from Add setting to choose whether users or groups are shown first in assignee list to Add setting to choose users/groups order in assignee dropdown
- Status changed from New to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch in r24617.
Updated by Go MAEDA 13 days ago
- Related to Feature #44015: "Users by group" display option for assignee drop-down added