Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS work item field "Integrated in build" not populating

Tags:

tfsbuild

TFS2012

We have CI builds on our 'Main' branch. But when code is checked in and work items associated it is done on our 'DEV' branch. Those 'DEV' changes are then merged to 'Main'.

I think this is pretty standard. My question though is why do we not see "Integrated build" field on the work items updated after DEV is merged to Main? Is there anyway to make this happen?

like image 474
Brian Avatar asked Nov 10 '22 11:11

Brian


1 Answers

Colleague found this blog article; Custom Build Task: Include Merged Changesets (and Work Items) in Build Report.

Binaries here.

It is apparently now part of the Community TFS Build Extensions.

like image 179
Brian Avatar answered Dec 28 '22 17:12

Brian