Defect #26078
closed
List of issues per assignee doesn't match in profile
Added by Juan Carlos Massanet over 7 years ago.
Updated over 7 years ago.
Description
Hello,
Regarding this feature: #8153
The amount of issues assigned to the user that can be found in his profile shows a different number than when we click the "Assigned issues" link.
After some tests I figured out that the counter in the user profile is taking into account issues assigned to any group the user belongs to. However when we click in to the link "Assigned issues" we only see the issues that are assigned to the user.
Is there any whay to make this match?
Is there any way to see the list of issues to assigned to a particular user and the group his belogns to?
- Subject changed from List of issues per assignee doesnt match in profile to List of issues per assignee doesn't match in profile
- Category changed from Issues to Issues filter
- Status changed from New to Confirmed
Confirmed on
source:/trunk@16580. The root cause of the issue seems to be
#13758 (user groups are ignored when filtering on assigned_to equals user). I see two options:
- fix #13758 by also taking into account the user's groups when filtering on assigned_to equals user;
- workaround #13758 by changing the used filter (source:/trunk/app/views/users/show.html.erb@16580#L29) to also include the user's groups instead of just the user (multiple filter values).
- Related to Feature #3398: Link to assigned issues on user profiles added
- Related to Defect #13758: Issue Filtering 'Assignee = <<me>>' shows group issues, but 'Assignee = Bob' does not added
- Is duplicate of Defect #25212: User profile should link to issues assigned to user or his groups added
- Status changed from Confirmed to Closed
- Resolution set to Duplicate
- Affected version changed from 3.2.1 to 3.2.0
Mischa The Evil wrote:
Confirmed on source:/trunk@16580. [...] I see two options:
[...]
2. workaround #13758 by changing the used filter (source:/trunk/app/views/users/show.html.erb@16580#L29) to also include the user's groups instead of just the user (multiple filter values).
In fact, this issue duplicates earlier reported issue #25212, which also provides a (working) patch fixing the issue with an implementation similar like the second solution I proposed.
I'll close this issue accordingly. Thanks for reporting it nonetheless.
Also available in: Atom
PDF