stable

Clone or download

Read-only

feat: Build @submitted_on and @last_update_date API return

Part of story #38648 Choose my own columns based on semantics and always there fields User can select on @submitted_on and @last_update date always there fields, the values of the fields are returned *Testing:* Feature flag `feature_flag_enable_tql_select` need to be set to 1 In your XTS widget, if you select on these always there fields, you should see corresponding columns in the table. Change-Id: Ied9cd5c0b4a907295defa05a2c3c5584e8ce68cf

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +2 −0 Go to diff View file
A plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/ResultBuilder/Metadata/Date/MetadataDateResultBuilder.php +63 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/ResultBuilder/Metadata/MetadataResultBuilder.php +10 −6 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/ResultBuilderVisitor.php +1 −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/LastUpdateDateSelectBuilderTest.php +41 −62 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/Select/SubmittedOnSelectBuilderTest.php +41 −62 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 +65 −0 Go to diff View file