Commit b1629a44 authored by Chantal Rollison's avatar Chantal Rollison

Add Burndown chart on group milestone page in Starter

parent b1c08506
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
>**Notes:** >**Notes:**
- [Introduced][ee-1540] in [GitLab Starter 9.1][ee-9.1] for project milestones. - [Introduced][ee-1540] in [GitLab Starter 9.1][ee-9.1] for project milestones.
- [Introduced][ee-5354] in [GitLab Premium 10.8][ee-10.8] for group milestones. - [Introduced][ee-5354] in [GitLab Premium 10.8][ee-10.8] for group milestones.
- [Added][ee-6495] to [GitLab Starter 11.2][ee-11.2] for group milestones.
- Closed or reopened issues prior to GitLab 9.1 won't have a `closed_at` - Closed or reopened issues prior to GitLab 9.1 won't have a `closed_at`
value, so the burndown chart considers them as closed on the milestone value, so the burndown chart considers them as closed on the milestone
`start_date`. In that case, a warning will be displayed. `start_date`. In that case, a warning will be displayed.
......
...@@ -13,6 +13,7 @@ class License < ActiveRecord::Base ...@@ -13,6 +13,7 @@ class License < ActiveRecord::Base
elastic_search elastic_search
export_issues export_issues
external_files_in_gitlab_ci external_files_in_gitlab_ci
group_burndown_charts
group_webhooks group_webhooks
issuable_default_templates issuable_default_templates
issue_board_focus_mode issue_board_focus_mode
...@@ -59,7 +60,6 @@ class License < ActiveRecord::Base ...@@ -59,7 +60,6 @@ class License < ActiveRecord::Base
commit_committer_check commit_committer_check
external_authorization_service external_authorization_service
ci_cd_projects ci_cd_projects
group_burndown_charts
system_header_footer system_header_footer
].freeze ].freeze
......
---
title: Adds a burndown chart on the group milestone page in Starter.
merge_request: 6495
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment