list workitem and files changed
I need a method (report, query other) in order to show a list of workitems and all the file changes made against these work item. How can do it?
Thanks in advance.
Bye.
|
2 answers
You can create a query for the type of work item you are interested in, defect for example. Add a condition for "Change Set" Links exist, you may need to select the radio button for show links to see the change sets option. This query will show all the work items that have change sets associated with them. In order to see the files you would need to open the change sets though.
Comments
Mathieu Defianas
commented Apr 12 '13, 5:42 a.m.
So if I understand, it's impossible to have a report, a list, a query result or an export of the modified files for a change list (defect or tasks for exemple)
1
Mathieu, I am pretty sure you can use the SCM command line tools to get this list especially comparing baselines and snapshots.
Mathieu Defianas
commented Apr 12 '13, 5:59 a.m.
Ralph,
I think you can compare baselines and snapshots in the UI. I am just not sure you get a list you can save. I also said Java Code would likely be necessary if you have a bunch of work items and want a list of file changes. If you have two baselines, I think you can just run a set of SCM commandline calls to get your list.
|
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.