Commit 2a8ed9d4 authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

Merge branch 'aciciu-master-patch-12555' into 'master'

Clarify multi-level epic tier on Epics page.

See merge request gitlab-org/gitlab!49367
parents 043c4107 9cf74d95
...@@ -15,15 +15,19 @@ that share a theme across projects and milestones. ...@@ -15,15 +15,19 @@ that share a theme across projects and milestones.
An epic's page contains the following tabs: An epic's page contains the following tabs:
- **Epics and Issues**: epics and issues added to this epic. Child epics, and their issues, are - **Issues**: issues added to this epic.
shown in a tree view. - **Epics and Issues**: epics and issues added to this epic.
- Click the chevron (**>**) next to a parent epic to reveal the child epics and issues. Appears instead of the **Issues** tab if you have access to [multi-level epics](#multi-level-child-epics).
- Hover over the total counts to see a breakdown of open and closed items. Child epics and their issues are shown in a tree view.
NOTE: - To reveal the child epics and issues, select the chevron (**>**) next to a parent epic.
The number provided here includes all epics associated with this project. The number includes epics for which users may not yet have permission. - To see a breakdown of open and closed items, hover over the total counts.
- **Roadmap**: a roadmap view of child epics which have start and due dates. The number provided here includes all epics associated with this project. The number includes
epics for which users may not yet have permission.
- [**Roadmap**](#roadmap-in-epics): a roadmap view of child epics which have start and due dates.
Appears if you have access to [multi-level epics](#multi-level-child-epics).
![epic view](img/epic_view_v13.0.png) ![epic view](img/epic_view_v13.0.png)
...@@ -143,7 +147,7 @@ Because the epic's dates can inherit dates from its children, the start date and ...@@ -143,7 +147,7 @@ Because the epic's dates can inherit dates from its children, the start date and
If the start date of a child epic on the lowest level changes, that becomes the earliest possible start date for its parent epic. If the start date of a child epic on the lowest level changes, that becomes the earliest possible start date for its parent epic.
The parent epic's start date then reflects this change and propagates upwards to the top epic. The parent epic's start date then reflects this change and propagates upwards to the top epic.
## Roadmap in epics ## Roadmap in epics **(ULTIMATE)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7327) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 11.10. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7327) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 11.10.
......
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