0

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"?

Pok
  • 1,521
  • 1
  • 13
  • 20

1 Answers1

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