Actions
Feature #3040
closedExtend filter on subject field
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues filter
Target version:
-
Start date:
2009-03-24
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Context:
In order to identify each task, we use an internal code as a prefix of each subject task. Whe we need to display a list of task that match a specific code we use the filter on the subject.
Problem:
The problem is that there is only type of filter is "contains" that will search the text pattern at any position of the string, so it can happend that a character combination inside the strign match the condition.
- Add a filter type "start with" (like Excel)
- Add a filter type based on regular expression
Related issues
Updated by James H over 10 years ago
+1
Ran into this need today.
Need subject filter to be more flexible and powerful. Just contains is not enough and I need to be able to filter based on multiple subject values, i.e. [Subject1] AND [Subject2] AND [Subject3]
Having OR capability would also be ideal.
Updated by Go MAEDA over 5 years ago
- Related to Feature #31879: "starts with" and "ends with" filter operators for string values added
Updated by Go MAEDA over 2 years ago
- Category changed from Issues to Issues filter
- Status changed from New to Closed
- Resolution set to Fixed
Actions