Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are Epics in regard of features and backlog items in Team Foundation? [closed]

From this link I assert that a feature is a set of backlog items, but what is an epic supposed to be?

like image 830
Antoine Meltzheim Avatar asked Jun 01 '15 08:06

Antoine Meltzheim


People also ask

What is Epic in product backlog items?

An Epic is a Backlog Item that contains at least one Story, even if the Story is just an investigatory one. Usually, a functional Epic contains analysis Stories that produce functional Stories that also belong to the Epic.

What are epics and features?

Epics can be broken down into specific pieces of work, called Features. These are based on the needs and requests of customers or end users and is sized or split as necessary to be delivered by the Agile teams. Epics are a helpful way to organise your work and to create a hierarchy.

What is Epic and feature in DevOps?

Epics are an important practice for agile and DevOps teams. When adopting agile and DevOps, an epic serves to manage tasks. It's a defined body of work that is segmented into specific tasks (called “stories,” or “user stories”) based on the needs/requests of customers or end-users.

What does Epic mean in Azure DevOps?

Issues and Tasks are used to track work, while Epics are used to group work under larger scenarios. The Basic process is available with Azure DevOps Server 2019 Update 1 and later versions. To learn more about using these work item types, see Plan and track work.


1 Answers

The general consensus is that:

  • Product backlog Item is something that can be delivered in a single sprint.
  • Feature is something that can't be delivered in a single sprint, but that can be delivered in a single release.
  • Epic is something that transcends releases.
  • Theme is a cross cutting concern.

Theme is generally implemented as a tag in TFS and VSTS.

This is a practice that is in line with Scrum Framework, Nexus Framework, and SAfE methodology.

like image 59
MrHinsh - Martin Hinshelwood Avatar answered Sep 30 '22 10:09

MrHinsh - Martin Hinshelwood