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 @assigned_to 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: I9d9ab4922eda7a5faacce0c41b8435002fe54f27
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 | +4 | −2 | Go to diff View file |
A | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/ResultBuilder/Metadata/Semantic/AssignedTo/AssignedToResultBuilder.php | +70 | −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/AssignedToSelectBuilderTest.php | +42 | −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 | +53 | −2 | Go to diff View file |