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 assigned to semantic with TQL. But nothing chanes in API as the return format is not done yet *Testing:* The feature flag `feature_flag_enable_tql_select` need to be set to 1 In your XTS widget write a query selecting semantic @assigned_to. rest_api_log should display a json with column @assigned_to containing a user id or null Change-Id: Id69177beee4ffceecf154f58e7108513b78ce9e3
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 | +3 | −1 | Go to diff View file |
A | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/SelectBuilder/Metadata/Semantic/AssignedTo/AssignedToSelectFromBuilder.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/AssignedToSelectBuilderTest.php | +166 | −0 | Go to diff View file |
M | plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/Select/DescriptionSelectBuilderTest.php | +2 | −0 | Go to diff View file |
M | plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/Select/StatusSelectBuilderTest.php | +2 | −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 |