How to build by work item status?
![]()
We're trying to implement a fully automated build and deploy process.
We want a periodic build which will only accept any incoming changes, if their work item status is for ex. "Waiting for UAT deployment". I thought about implementing this as an ANT task, but this would probably screw up the traceability of the "changes included in build" which probably are set by the time the build starts. My questions are: 1. would it be possible for me to add changes/work item to the build page manually? I guess this is related to the automatic build snapshot then? 2. should I instead implement this as a build participant like in this post? Any comments are very welcome :) /Morten |