It's all about the answers!

Ask a question

How can I list all work items included between build X and Y


Pawel Pieczul (2685) | asked May 18 '10, 9:39 a.m.
A query is needed to do that.

One answer



permanent link
Nick Edgar (6.5k711) | answered May 18 '10, 11:40 a.m.
JAZZ DEVELOPER
Are you talking about viewing the differences interactively in the RTC client, or generating a list of changes?

To see the changes between two builds interactively:
- double-click the build definition in the Team Artifacts view to list the builds in the Builds view
- select two builds
- choose Compare Builds from the context menu

For the common case of seeing the changes that went into a given build (since the last one), you can just open the build result and click the Changes or Work Items links.

Note that this works by comparing snapshots for the builds, so it doesn't apply for personal builds, since they don't create a snapshot.

For generating a log of changes, this can be done using the SCM CLI, but it's pretty tedious. We're working on addressing that for 3.0; see 59822: ANT task to generate text file with change set descriptions.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.