BuildRuns have 2 sets of backlog item "Completed items in the Backlog" and "Included items in the Backlog". Querying "Completed items in the Backlog" is obvious, but how about "Included items in the Backlog"?
Asked
Active
Viewed 135 times
1 Answers
0
The source for "Completed Items in the Backlog" is BuildRun.CompletedPrimaryWorkitems
. For "Included Items in the Backlog", the source is BuildRun.ChangeSets.PrimaryWorkitems
- that is, all of the primary workitems associated with the changesets included in this build run.

S McCrohan
- 6,663
- 1
- 30
- 39