Is there any way we can find the total number of changeset associated with the work-item in RTC?
One answer
You can look at the work item and count them. In the quick information presentation the work item editor counts for you. This is likely not the answer you wanted, but.....
It is definitely possible to use the Java API to get that information. Run a query/expression iterate all results, count the change set links, count the result size, do the math, print the data.
I am pretty sure there are no work item query capabilities. You could look into reporting, if you get a change set count there - I doubt it - and can do the calculation:
It is definitely possible to use the Java API to get that information. Run a query/expression iterate all results, count the change set links, count the result size, do the math, print the data.
I am pretty sure there are no work item query capabilities. You could look into reporting, if you get a change set count there - I doubt it - and can do the calculation: