stable
Clone or download
Read-only
request #11210 In milestone tracker report filter must not check in parent milestone
Given the following planning: Epic --------------> Release | | US and Bugs -------> Sprints If I filter in the US tracker report with "In sprint" and if my US is directly linked to a release, the tracker report filter must not retrieve all the release content. It must retrieve only the sprint (and potential sub milestones) content. Change-Id: Ib8b51698fbb976c342adf1922b563e7cd3b53dee
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/BacklogItem/SubBacklogItemProvider.class.php | +36 | −11 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/ParentTrackerRetriever.php | +1 | −10 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningFactory.class.php | +17 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +7 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/BacklogItem/SubBacklogItemProviderTest.php | +31 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/ParentTrackerRetrieverTest.php | +5 | −14 | Go to diff View file |