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

为君一笑 提交于 2019-12-20 08:24:35

问题


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


回答1:


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.




回答2:


From this link:

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



来源:https://stackoverflow.com/questions/30569136/what-are-epics-in-regard-of-features-and-backlog-items-in-team-foundation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!