stable
Clone or download
Read-only
part of: story #12537 configure my burndown/up & sprint with a start date & end date How to test: - Go to a milestone having a burnup and a burndown - Define two fields in the milestone tracker(custom start date & custom duration) - Define a timeframe semantic in db for this tracker (tracker_semantic_timeframe) - In the milestone artifact, set a value for these two new fields - Go back to the charts --> The caches are regenerated --> The time period displayed by the charts start at custom_start_date_value and last custom_duration_value Change-Id: Ieda06b0b68929330103d5aebaed3e0dcaf48da70
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php | +6 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +4 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningResource.class.php | +8 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php | +5 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php | +4 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v2/ProjectBacklogResource.class.php | +5 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +7 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +5 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +6 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php | +16 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeBuilder.php | +27 | −16 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Semantic/Timeframe/TimeframeBuilderTest.php | +185 | −24 | Go to diff View file |
M | plugins/velocity/include/velocityPlugin.class.php | +10 | −2 | Go to diff View file |