Skip to content
代码片段 群组 项目
未验证 提交 2d4b8994 编辑于 作者: Amanda Rueda's avatar Amanda Rueda 提交者: GitLab
浏览文件

Apply 1 suggestion(s) to 1 file(s)


Co-authored-by: default avatarPhillip Wells <pwells@gitlab.com>
上级 fe1404ca
No related branches found
No related tags found
无相关合并请求
...@@ -47,21 +47,38 @@ goals in the set time frames, driving successful project outcomes. ...@@ -47,21 +47,38 @@ goals in the set time frames, driving successful project outcomes.
<iframe src="https://www.youtube-nocookie.com/embed/c0EwYYUZppw" frameborder="0" allowfullscreen> </iframe> <iframe src="https://www.youtube-nocookie.com/embed/c0EwYYUZppw" frameborder="0" allowfullscreen> </iframe>
</figure> </figure>
## Relationships between epics and issues ## Relationships between epics and other items
The possible relationships between epics and issues are: The possible relationships between epics and other items are:
- An epic is the parent of one or more issues. - An epic is the parent of one or more issues.
- An epic is the parent of one or more [child epics](manage_epics.md#multi-level-child-epics). Ultimate only. - An epic is the parent of one or more [child epics](manage_epics.md#multi-level-child-epics). Ultimate only.
- An epic is [linked](linked_epics.md) to one or more task, objective, or key result.
Your administrator must have [enabled the new look for epics](epic_work_items.md).
Example set of relationships:
```mermaid ```mermaid
%%{init: { "fontFamily": "GitLab Sans" }}%% %%{init: { "fontFamily": "GitLab Sans" }}%%
graph TD graph TD
accTitle: Epics and issues accTitle: Epics and issues
accDescr: How issues and child epics relate to parent epics accDescr: How issues and child epics relate to parent epics and lateral relationships to work items
Parent_epic --> Issue1
Parent_epic --> Child_epic %% Main structure %%
Child_epic --> Issue2 Parent_epic -->|contains| Issue1
Parent_epic -->|contains| Child_epic
Child_epic -->|contains| Issue2
%% Additional work items and lateral relationships %%
Issue1 -- contains --> Task1["Task"]
Issue2 -- "blocked by" --> Objective1["Objective"]
Task1 -- blocking --> KeyResult1["Key Result"]
%% Work items linked to epics and issues %%
Parent_epic -. related .- Objective1
Child_epic -. "blocked by" .- KeyResult1
``` ```
### Child issues from different group hierarchies ### Child issues from different group hierarchies
...@@ -81,8 +98,8 @@ DETAILS: ...@@ -81,8 +98,8 @@ DETAILS:
**Offering:** GitLab.com, Self-managed, GitLab Dedicated **Offering:** GitLab.com, Self-managed, GitLab Dedicated
If your epic contains one or more [child epics](manage_epics.md#multi-level-child-epics) that If your epic contains one or more [child epics](manage_epics.md#multi-level-child-epics) that
have a start or due date, a visual have a start or due date, you can go to a [roadmap](../roadmap/index.md)
[roadmap](../roadmap/index.md) of the child epics is listed under the parent epic. of the child epics from the epic.
![Child epics roadmap](img/epic_view_roadmap_v12_9.png) ![Child epics roadmap](img/epic_view_roadmap_v12_9.png)
...@@ -102,7 +119,7 @@ A roadmap filtered for the parent epic opens. ...@@ -102,7 +119,7 @@ A roadmap filtered for the parent epic opens.
- [Turn on notifications](../../profile/notifications.md) for about epic events. - [Turn on notifications](../../profile/notifications.md) for about epic events.
- [Add an emoji reaction](../../emoji_reactions.md) to an epic or its comments. - [Add an emoji reaction](../../emoji_reactions.md) to an epic or its comments.
- Collaborate on an epic by posting comments in a [thread](../../discussions/index.md). - Collaborate on an epic by posting comments in a [thread](../../discussions/index.md).
- Use [health status](../../project/issues/managing_issues.md#health-status) to track your progress. - Use [health status](manage_epics.md#health-status) to track your progress.
<!-- ## Troubleshooting <!-- ## Troubleshooting
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册