workitem - What are the differences among bugs, issues and tasks in TFS -


could give me short explanation on differences among bugs, issues, , tasks in tfs?

for scrum tfs process template

  • bug- problem in existing functionality, or missing functionality. defect in code or requirement, error not designed be.

  • issue (impediment)- problem might block development process, example : third party driver identified dependency not releasing on time, issue in development process.

  • task- work planned part of development of project, either result of bug, or issue or requirements, including requirement analysis or development, or testing. etc.

for agile tfs process template

  • bug- bug communicates potential problem exists in code team developing.

  • issue- event or cause may delay shipping.

  • task- task communicates need work. each team member can define tasks represent work need accomplish.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -