stable
Clone or download
Read-only
Part of story #10703 - define a query with submitted_by fields How to test: - @submitted_by != 'tgorka' will yield all artifacts not submitted by user with username 'tgorka' - username should be case-insensitive - @submitted_by != 'jeannine' when 'jeannine' is not an existing username will show an error Change-Id: Ia09b2fcc872b5303bd105da49ff9a24c0d9fbc43
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php | +5 | −1 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Users/NotEqualComparisonFromWhereBuilder.php | +38 | −1 | Go to diff View file |