stable

Clone or download

Read-only

group NOT IN('Project Members')

This is a part of story #8860: TQL for select box To test: You can search on list fields bound to ugroups using the NOT IN() operator: - for static ugroups, using their name (case insensitive) - for dynamic ugroups, only Project members and Project administrators are supported. You can only use the translated label of the ugroup, e.g. 'Project members' (case insensitive). Change-Id: Icafc6f4f13b8c1511d32c1bbd632f158c59b5d4a

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparison/ForListBindUGroups.php +61 −5 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparisonVisitor.php +9 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilderVisitorTest.php +0 −22 Go to diff View file