Index: app/models/issue_query.rb =================================================================== --- app/models/issue_query.rb (revision 15287) +++ app/models/issue_query.rb (working copy) @@ -73,7 +73,7 @@ def initialize(attributes=nil, *args) super attributes - self.filters ||= { 'status_id' => {:operator => "o", :values => [""]} } + self.filters ||= { 'status_id' => {:operator => "*", :values => [""]} } end # Returns true if the query is visible to +user+ or the current user.