Remove mention of "From milestone" setting

parent 97b71aa8
...@@ -101,35 +101,18 @@ steps to create, move, reorder, or delete child epics. ...@@ -101,35 +101,18 @@ steps to create, move, reorder, or delete child epics.
To set a **Start date** and **Due date** for an epic, select one of the following: To set a **Start date** and **Due date** for an epic, select one of the following:
- **Fixed**: Enter a fixed value. - **Fixed**: enter a fixed value.
- **From milestones**: Inherit a dynamic value from the milestones that are assigned to the epic's issues. - **Inherited**: inherit a dynamic value from the epic's issues, child epics, and milestones.
Note that GitLab 12.5 replaced this option with **Inherited**.
- **Inherited**: Inherit a dynamic value from the epic's issues, child epics, and milestones ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7332) in GitLab 12.5 to replace **From milestones**).
### From milestones
> [Replaced](https://gitlab.com/gitlab-org/gitlab/-/issues/7332) in GitLab 12.5 by **Inherited**.
If you select **From milestones** for the start date, GitLab automatically sets the date to be earliest
start date across all milestones that are assigned to the issues that belong to the epic.
If you select **From milestones** for the due date, GitLab sets the date to be the latest due date across
all milestones that are assigned to those issues.
These are dynamic dates which are recalculated if any of the following occur:
- Milestones are re-assigned to the issues.
- Milestone dates change.
- Issues are added or removed from the epic.
### Inherited ### Inherited
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7332) in GitLab 12.5 to replace **From milestones**. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7332) in GitLab 12.5 to replace **From milestones**.
If you select: If you select **Inherited**:
- **Inherited** for the start date, GitLab scans all child epics and issues assigned to the epic, - For the **start date**: GitLab scans all child epics and issues assigned to the epic,
and sets the start date to match the earliest found start date or milestone. and sets the start date to match the earliest found start date or milestone.
- **Inherited** for the due date, GitLab sets the due date to match the latest due date or - For the **due date**: GitLab sets the due date to match the latest due date or
milestone found among its child epics and issues. milestone found among its child epics and issues.
These are dynamic dates and recalculated if any of the following occur: These are dynamic dates and recalculated if any of the following occur:
......
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