Project

General

Profile

Actions

Feature #2942

open

More criteria for filtering tickets 'text' fields

Added by Jm Delehaye about 15 years ago. Updated about 11 years ago.

Status:
New
Priority:
Normal
Category:
Issues
Target version:
-
Start date:
2009-03-10
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

When filtering tickets 'text' fields, I mean builtin 'text' fields like 'title' AND also 'text' custom fields, you can choose between :
  • 'is'
  • 'contains'
  • 'is not'
  • 'doesn't contain'
It will be nice if you add new choices :
  • 'regex'(this one should be very very useful)
  • 'is empty'
  • 'is not empty'

Related issues

Related to Redmine - Feature #3040: Extend filter on subject fieldClosed2009-03-24

Actions
Related to Redmine - Feature #4815: More criteria for filtering ticketsClosed2010-02-11

Actions
Actions #1

Updated by Jm Delehaye about 15 years ago

  • Assignee set to Jean-Philippe Lang

Is there a workaround to filter a text field with a criteria 'is empty' or 'is not empty' ?

Actions #2

Updated by sebastián scarano almost 15 years ago

"is not" and "does not contain" could be better solved with a general "not" operator, that could added to every operator no matter the data type...

Actions #3

Updated by Jm Delehaye over 14 years ago

Browsing sources, I found a workaround : Countains '_'

In SQL, it becomes :

... LIKE %_%...

which means "contains something".

Actions #4

Updated by Dipan Mehta about 11 years ago

+1. This is very useful.

Actions

Also available in: Atom PDF