stable

Clone or download

Read-only

feat: XTS support NOT IN() on static list fields

Part of story #10710 search on fields with duck typing User can now query on static list fields with IN() operator *Testing:* With some trackers with static list fields, performs a cross tracker search on these trackers with NOT IN() operator on static list fields. It should works Change-Id: I5a73e5179cfc02354a43d161e2afd3ddf2f0253d

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Field/StaticList/StaticListFromWhereBuilder.php +28 −1 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/DuckTypedField/StaticListDuckTypedFieldTest.php +48 −0 Go to diff View file