Skip to content

Clarify epics dates inheritance documentation

Toshitaka Ito requested to merge start-and-due-date-inheritance into master

What does this MR do?

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. For the due date: GitLab sets the due date to match the latest due date or milestone found among its child epics and issues.

https://docs.gitlab.com/ee/user/group/epics/manage_epics.html#start-and-due-date-inheritance

Because a start date and an end date of Epics do not inherit from assigned Issue's due date directly, the documentation should mention Issues are proxies for milestones in the "Start and due date inheritance" section.

Screenshots or Screencasts (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by euko

Merge request reports