stable

Clone or download

Read-only

feat: Build @project.name SQL query

Part of story #39330 Choose on which tracker I perform my query You can now search trackers through their project name = 'some' and IN() will match all projects with the corresponding short name. The match is exact *Testing:* Have multiple projects with some trackers. With this query: SELECT @tracker.name, @project.name FROM @project.name = 'My Project' WHERE @id >= 1 You should get artifacts from all tracker of corresponding project. This should also works with `@project.name IN(...)` Change-Id: I1242b34b4231633c4490a8bff8faf2006b183f03

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/FromBuilder/FromProjectBuilderVisitor.php +15 −2 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/From/FromProjectTest.php +18 −0 Go to diff View file