Project

General

Profile

Actions

Defect #26078

closed

List of issues per assignee doesn't match in profile

Added by Juan Carlos Massanet almost 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues filter
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

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?


Related issues

Related to Redmine - Feature #3398: Link to assigned issues on user profilesClosedJean-Philippe Lang2009-05-20

Actions
Related to Redmine - Defect #13758: Issue Filtering 'Assignee = <<me>>' shows group issues, but 'Assignee = Bob' does notNew

Actions
Is duplicate of Redmine - Defect #25212: User profile should link to issues assigned to user or his groupsClosedJean-Philippe Lang

Actions
Actions #1

Updated by Mischa The Evil almost 7 years ago

  • 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:
  1. fix #13758 by also taking into account the user's groups when filtering on assigned_to equals user;
  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).
Actions #2

Updated by Mischa The Evil almost 7 years ago

  • Related to Feature #3398: Link to assigned issues on user profiles added
Actions #3

Updated by Mischa The Evil almost 7 years ago

  • Related to Defect #13758: Issue Filtering 'Assignee = <<me>>' shows group issues, but 'Assignee = Bob' does not added
Actions #4

Updated by Mischa The Evil almost 7 years ago

  • Is duplicate of Defect #25212: User profile should link to issues assigned to user or his groups added
Actions #5

Updated by Mischa The Evil almost 7 years ago

  • 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.

Actions

Also available in: Atom PDF