Linking Work Items to Builds
What is the difference between the "Work items reported against this build" section and the "Work items included inthis build". I know that the "Work items included in this build" are only those work items associated in change records tied to the build. Are "Work items reported against this build" additional work items that are resolved by this build or work items that are defects as part of this build?
Additionally can you manually add Work items included in this build links? An example would be a defect that is resolved by another defect in the build. I would like the testers to know all defect resolved by the build.
Accepted answer
The work items associated with a particular build are the work items associated with the change sets that were accepted into the build workspace at the start of the build. The change sets need to be accepted into the workspace as part of the build for the work item links to show up. If you push change sets directly to the build workspace, the change sets will show up in the "show changes" link but the work items will not be associated with the build.
I don't know a way to create "included in build" links manually after the build has run. The only way to create those links is to have change sets accepted into the build workspace at the beginning of the build.
The "Work items reported against this build" are created manually after the build completes. Near the top right of the Overview tab of the build result in the Eclipse client are "Create a new work item" and "Associate an existing work item" links. Using those links will create the "reported against" link between the work item and the build result. The purpose of these links is to identify work items that describe problems that were found in this build.
Comments
One other answer
Your theory is correct. Work items included in this build are work items whose change sets are included in the configuration being built. Work items reported against this build are ones that you explicitly associate with the build (commonly, work items that created after the build was completed, that refer to information generated by this build, such as errors reported in the build results).
Comments
showing 5 of 7
show 2 more comments