It's all about the answers!

Ask a question

Compare state of defects in two different RTC PAs


Katrin Heymann (19824363) | asked Jan 26 '15, 10:22 a.m.
We use one RTC PA where the responsible department has access and opens defects and another "internal" PA to handle such defects - so we have a defect to the same topic in both PAs.
Now we are searching for a way to compare both defects, e.g. the summary, state, ...
I find a way to associate both PAs that the defects can be linked, but on each side it's only possible to define a query which shows the existing link without additional information.

Is there another possibility to get details of both defects in one PA ?

One answer



permanent link
sam detweiler (12.5k6194201) | answered Jan 26 '15, 11:07 a.m.
there is nothing built in to 'compare'.. you can report SOME of the data THRU linked workitems in the query output.

you would have to write a java app to do the comparison. 
us a query to find all the workitems in one project,
then use the link to get the other one, then compare..

I posted a sample of how to navigate a query result list of workitems and see the fields
https://jazz.net/forum/questions/94776/assertionfailedexception-problem-with-getting-the-values-of-attributes

Your answer


Register or to post your answer.