Commit f8567af4 authored by James Lopez's avatar James Lopez

Merge branch 'ccr/burndown_chart' into 'master'

Add burndown chart on group milestone page in Starter

Closes #6251

See merge request gitlab-org/gitlab-ee!6495
parents 7efc5eba b1629a44
......@@ -3,6 +3,7 @@
>**Notes:**
- [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.
- [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`
value, so the burndown chart considers them as closed on the milestone
`start_date`. In that case, a warning will be displayed.
......
......@@ -13,6 +13,7 @@ class License < ActiveRecord::Base
elastic_search
export_issues
external_files_in_gitlab_ci
group_burndown_charts
group_webhooks
issuable_default_templates
issue_board_focus_mode
......@@ -59,7 +60,6 @@ class License < ActiveRecord::Base
commit_committer_check
external_authorization_service
ci_cd_projects
group_burndown_charts
system_header_footer
].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