Actions
Feature proposal #1311
closedcomparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF (actually implemented =~ and !~ )
Description
need to be able to compare multi-value cb fields during delimiter field substitutions.
A like operator or even a wildcard for = operators would be sufficient as is IF statements can not match multi-checkboxes or multi-selects as their values are actually Value1|*|Value2, etc...
Updated by beat over 14 years ago
- Status changed from New to Assigned
- Assignee set to beat
- Target version set to CB 1.2.3
- Estimated time set to 0:30 h
Updated by beat over 14 years ago
- Subject changed from comparison function for multi-value fields to comparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF
Updated by beat over 14 years ago
Decided for =~ as regexp operator and !~ as "not regexp" matching operator. E.g.:
cb_username =~ "/cbteam/"
Implemented but needs tests before commit.
Updated by beat over 14 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Implemented in r1129
Updated by beat over 14 years ago
- Subject changed from comparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF to comparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF (actually implemented =~ and !~ )
Actions