Epics (PREMIUM)

Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones.

An epic's page contains the following tabs:

  • Epics and Issues: epics and issues added to this epic. Child epics, and their issues, are shown in a tree view.

    • Click the chevron (>) next to a parent epic to reveal the child epics and issues.
    • Hover over the total counts to see a breakdown of open and closed items.

    NOTE: Note: The number provided here includes all epics associated with this project. The number includes epics for which users may not currently have permission.

  • Roadmap: a roadmap view of child epics which have start and due dates.

epic view

Use cases

  • Suppose your team is working on a large feature that involves multiple discussions throughout different issues created in distinct projects within a Group. With Epics, you can track all the related activities that together contribute to that single feature.
  • Track when the work for the group of issues is targeted to begin, and when it's targeted to end.
  • Discuss and collaborate on feature ideas and scope at a high level.

Manage epics

To learn what you can do with an epic, see Manage epics. Possible actions include:

Relationships between epics and issues

The possible relationships between epics and issues are:

  • An epic is the parent of one or more issues.
  • An epic is the parent of one or more child epics. For details see Multi-level child epics. (ULTIMATE)
graph TD
    Parent_epic --> Issue1
    Parent_epic --> Child_epic
    Child_epic --> Issue2

See Manage issues assigned to an epic for steps to add an issue to an epic, reorder issues, move issues between epics, or promote an issue to an epic.

Issue health status in Epic tree (ULTIMATE)

You can report on and quickly respond to the health of individual issues and epics by setting a red, amber, or green health status on an issue, which will appear on your Epic tree.

Disable Issue health status in Epic tree

This feature comes with a feature flag enabled by default. For steps to disable it, see Disable issue health status.

Multi-level child epics (ULTIMATE)

Introduced in GitLab Ultimate 11.7.

Any epic that belongs to a group, or subgroup of the parent epic's group, is eligible to be added. New child epics appear at the top of the list of epics in the Epics and Issues tab.

When you add an epic that's already linked to a parent epic, the link to its current parent is removed.

An epic can have multiple child epics up to the maximum depth of five.

See Manage multi-level child epics for steps to create, move, reorder, or delete child epics.

Start date and due date

To set a Start date and Due date for an epic, select one of the following:

  • Fixed: Enter a fixed value.
  • From milestones: Inherit a dynamic value from the milestones currently assigned to the epic's issues. 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 in GitLab 12.5 to replace From milestones).

From milestones

Replaced in GitLab 12.5 by Inherited.

If you select From milestones for the start date, GitLab will automatically set the date to be earliest start date across all milestones that are currently assigned to the issues that are added to the epic. Similarly, if you select From milestones for the due date, GitLab will set it to be the latest due date across all milestones that are currently 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

Introduced in GitLab 12.5 to replace From milestones.

If you select:

  • Inherited for the start date, GitLab will scan all child epics and issues assigned to the epic, and will set the start date to match the earliest found start date or milestone.
  • Inherited for the due date, GitLab will set the due date to match the latest due date or milestone found among its child epics and issues.

These are dynamic dates and recalculated if any of the following occur:

  • A child epic's dates change.
  • Milestones are reassigned to an issue.
  • A milestone's dates change.
  • Issues are added to, or removed from, the epic.

Because the epic's dates can inherit dates from its children, the start date and due date propagate from the bottom to the top. If the start date of a child epic on the lowest level changes, that becomes the earliest possible start date for its parent epic, then the parent epic's start date will reflect the change and this will propagate upwards to the top epic.

Roadmap in epics

Introduced in GitLab Ultimate 11.10.

If your epic contains one or more child epics which have a start or due date, a roadmap view of the child epics is listed under the parent epic.

Child epics roadmap

Permissions

If you have access to view an epic and have access to view an issue already added to that epic, then you can view the issue in the epic issue list.

If you have access to edit an epic and have access to edit an issue, then you can add the issue to or remove it from the epic.

Note that for a given group, the visibility of all projects must be the same as the group, or less restrictive. That means if you have access to a group's epic, then you already have access to its projects' issues.

You can also consult the group permissions table.

Thread

  • Comments: collaborate on that epic by posting comments in its thread. These text fields also fully support GitLab Flavored Markdown.

Comment or start a thread

Once you write your comment, you can either:

  • Click Comment, and your comment will be published.
  • Click Start thread, and you will start a thread within that epic's discussion.

Activity sort order

Introduced in GitLab Premium 13.2.

You can reverse the default order and interact with the activity feed sorted by most recent items at the top. Your preference is saved via local storage and automatically applied to every issue you view.

To change the activity sort order, click the Oldest first dropdown menu and select either oldest or newest items to be shown first.

Issue activity sort order dropdown button

Award emoji

You can award an emoji to that epic or its comments.

Notifications

You can turn on notifications to be alerted about epic events.