stable

Clone or download

Read-only

fix: @project='aggregated' should not get program project

Part of story #39330 Choose on which tracker I perform my query When using FROM @project = 'aggregated', it should get aggregated project, but not the program project (current one) *Testing:* In a program project, type an XTS TQL query like SELECT @project.name FROM @project = 'aggregared' WHERE @id >= 1 You should see only artifacts from teams project and not from the program project Change-Id: I0d751f6c0a3552654177239a1bcc33daa4982870

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/FromBuilder/FromProjectBuilderVisitor.php +2 −3 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/From/FromProjectAggregatedTest.php +1 −1 Go to diff View file