Searching Changed Source Files
Is it possible to find the files that have been checked in against a specific workitem and/or iteration? When checking in files they are associated with a workitem, however when I look at the workitem it does not give an easy view of the files that were checked in against it.
Ideally I want to be able to list all the files that are changed for a specific iteration.
Ideally I want to be able to list all the files that are changed for a specific iteration.
One answer
A file is always checked-in against a change-set. It can also
optionally be checked-in against a workitem (which actually associates
the change-set to the workitem). So if you have change-sets associated
with a workitem, the change-sets will show up in the Eclipse client in
the Links pane of the workitem. You can then select any of the
change-sets, which brings the change-set up in the Change Explorer view,
where you can look at any of the files in the change set (and see the
changes made by that change-set to a particular file in the "compare"
editor).
Cheers,
Geoff
spencerjones wrote:
optionally be checked-in against a workitem (which actually associates
the change-set to the workitem). So if you have change-sets associated
with a workitem, the change-sets will show up in the Eclipse client in
the Links pane of the workitem. You can then select any of the
change-sets, which brings the change-set up in the Change Explorer view,
where you can look at any of the files in the change set (and see the
changes made by that change-set to a particular file in the "compare"
editor).
Cheers,
Geoff
spencerjones wrote:
Is it possible to find the files that have been checked in against a
specific workitem and/or iteration? When checking in files they are
associated with a workitem, however when I look at the workitem it
does not give an easy view of the files that were checked in against
it.
Ideally I want to be able to list all the files that are changed for a
specific iteration.