stable

Clone or download

Read-only

feat: Build @project.category SQL query

Part of story #39330 Choose on which tracker I perform my query You can now search trackers with @project.category. = 'some' will match all categories starting with some IN(...) will match all categories listed between (). The match is exact. *Testing:* Have some project with at least one category and one tracker. From a project/personal dashboard, using `@project.category` you should be able to get the corresponding trackers Change-Id: I39c29cabaa52334fdbee938b9c7bd0c2891499de

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/FromBuilder/FromProjectBuilderVisitor.php +53 −4 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/From/FromProjectTest.php +38 −0 Go to diff View file
M tests/integration/tests/Test/Builders/CoreDatabaseBuilder.php +24 −0 Go to diff View file