DevOps / Gitlab Interview questions
What are GitLab Epics?
An Epic in GitLab is a container for grouping related issues, often across multiple projects, so teams can track large bodies of work like a quarterly initiative or a product feature that spans several repos. Where an issue tracks one task, an epic tracks the collection of tasks that together deliver something bigger.
Epics support their own start and due dates, can be nested (an epic inside another epic), and roll up progress from all their child issues, so a program manager can see completion percentage without opening every individual issue. Epics are a Premium and Ultimate tier feature, not available on GitLab Free.
More Related questions...