stable
Clone or download
Read-only
Part of story #38648 Choose my own columns based on semantics and always there fields User can now select on description semantic with TQL. But nothing changes in API as the return format is not done yet *Testing:* In API explorer, Cross_Tracker_Reports -> GET /cross_tracker_reports/{id}/content You can select on description semantic, rest_api_log should display a json with columns @description and @description_format Change-Id: I900827ab1d88b962324aca0b75797347a2f85c0e
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/SelectBuilder/Metadata/MetadataSelectFromBuilder.php | +7 | −5 | Go to diff View file |
A | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/SelectBuilder/Metadata/Semantic/Description/DescriptionSelectFromBuilder.php | +43 | −0 | Go to diff View file |
M | plugins/crosstracker/include/crosstrackerPlugin.php | +2 | −0 | Go to diff View file |
A | plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/Select/DescriptionSelectBuilderTest.php | +165 | −0 | Go to diff View file |
M | plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/Select/TitleSelectBuilderTest.php | +2 | −0 | 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/SelectBuilder/Metadata/MetadataSelectFromBuilderTest.php | +9 | −0 | Go to diff View file |