It's all about the answers!

Ask a question

Is there any way we can find the total number of changeset associated with the work-item in RTC?


Chandrasekar Muthukrishnan (32331) | asked Apr 21 '16, 7:03 a.m.
we are in need to find the average number of changeset associated with the work-item. so we need to find the total number of changesets associated with the work-item. Is there any option or query available for to find out the number of changeset associated to work-item?

One answer



permanent link
Ralph Schoon (63.3k33646) | answered Apr 21 '16, 7:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Apr 21 '16, 7:25 a.m.
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:

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.