Project

General

Profile

Actions

Defect #27693

open

In queries, operator "Any" should be "Not empty"

Added by Stephane Evr over 6 years ago. Updated about 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

In queries, the operator "All" actually returns only fields which are not empty.
Let's say I create an Issue Query with the following filter:

      Assignee:      ALL  

This will return all the issues with the assignee field not empty, same for any filter where the operator "ALL" is available.

  • Could we change the naming of "ALL" to "Not empty" somewhat?
  • It can still be useful to have a true "ALL" operator which returns any result (Empty OR Not Empty), because then we can quickly change the operator without having to remove/add the filter (especially if many filters are available to select from)
Actions #1

Updated by Stephane Evr over 6 years ago

In our redmine install, we have "ALL" instead of "ANY", but the "problem" remains

Actions #2

Updated by Toshi MARUYAMA about 6 years ago

FTR: r10562 changed "All" to "Any".

Actions #3

Updated by Toshi MARUYAMA about 6 years ago

  • Subject changed from In queries, operator "All" can be confusing to In queries, operator "Any" should be "Not empty"
  • Description updated (diff)
Actions

Also available in: Atom PDF