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

TfsAgileAzure DevopsScrum

Tfs Problem Overview


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

Tfs Solutions


Solution 1 - Tfs

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.

Solution 2 - Tfs

From this link:

"Epics are hierarchically above Features. Features are mapped to Epics, like Backlog items are mapped to Features"

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAntoine MeltzheimView Question on Stackoverflow
Solution 1 - TfsMrHinsh - Martin HinshelwoodView Answer on Stackoverflow
Solution 2 - Tfsds19View Answer on Stackoverflow