|
How can I create a report containing descriptions of scenario work items of some given Team project?
The single work items table containing Team Project ID I could find is "Work Item History" from TfsWarehouse and the single table containing descriptions I could find is WorkItemLongTexts from TfsWorkItemTracking.
But it is impossible to create a report based on two Datasources, isn't it? I have a feeling I miss some very easy possibility. Because getting descriptions of the project's scenario work items (for example to send them to the customer as pdf) is THE typical use case for scenario work items... It can't be so hard...
Some pre-made Excel-Based reports like "Scenarios.xls" can get any column of workitems (it is even configurable). How do they do it? Do they really access several datasources and combine the data on the client? |