Project

General

Profile

Actions

Feature #1875

open

Issue filtering on author only uses members of project

Added by James Turnbull over 15 years ago. Updated about 2 years ago.

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

0%

Estimated time:
Resolution:

Description

We allow non-members of project to add issues and hence they are then authors of the issues they create. The issue filter query only gathers users/authors who are members of the project hence our list of authors to query on is incomplete.

# members of the user's projects
user_values += User.current.projects.collect(&:users).flatten.uniq.sort.collect{|s| [s.name, s.id.to_s]     }

Not sure what the best way to fix/address this is...


Related issues

Has duplicate Redmine - Feature #11606: Filter on Author should include all Authors in the issue list, not just members of the project.Closed

Actions
Has duplicate Redmine - Feature #4398: Author Issue-filter only contains members even when non-members have 'create issue' permissionClosed2009-12-14

Actions
Has duplicate Redmine - Defect #21075: User without role in project is not shown as a selection option in Author filter (Issues tab)Closed

Actions
Actions

Also available in: Atom PDF