Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we generate release notes from TFS

Can we get release information from checkedIN history.

we are using TFS 2012.

we have frequent release mostly on each week or on each 14 days.

Can we generate release document from TFS ?

(something like, based on TFS checked IN comments OR some how )

like image 593
dsi Avatar asked Apr 24 '14 06:04

dsi


1 Answers

One way to do this would be to use Work Items (e.g. User Stories and Bugs) to generate your release notes.

But this requires your team to have the discipline to enter the information into TFS that allows it to associate work items with a release. For example:

  • Require developers to associate change sets with work items
  • Use fields such as "Iteration" or "Integrated in build" in work items to identify the release to which a work item belongs.

You could then create a suitable Team Query and export it to Excel to generate release notes.

like image 75
Joe Avatar answered Oct 13 '22 11:10

Joe