stable
Clone or download
Read-only
Part of story #38648 Choose my own columns based on semantics and always there fields User can select on @status semantic, the values of the field is returned. *Testing:* Feature flag `feature_flag_enable_tql_select` need to be set to 1 In your XTS widget, it you select on this semantic, in network tab of developer view of the browser you should see the corresponding column in API return Change-Id: Ie4d5ac87159a8b6e630ba65f08effacff601db66
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php | +2 | −0 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/ResultBuilder/Metadata/MetadataResultBuilder.php | +3 | −1 | Go to diff View file |
A | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/ResultBuilder/Metadata/Semantic/Status/StatusResultBuilder.php | +59 | −0 | Go to diff View file |
M | plugins/crosstracker/include/crosstrackerPlugin.php | +2 | −0 | Go to diff View file |
M | plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/Select/StatusSelectBuilderTest.php | +45 | −63 | Go to diff View file |
M | plugins/crosstracker/tests/integration/CrossTracker/Tests/Report/ArtifactReportFactoryInstantiator.php | +2 | −0 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/ResultBuilder/Metadata/MetadataResultBuilderTest.php | +38 | −0 | Go to diff View file |