Compare state of defects in two different RTC PAs
![](http://jazz.net/_images/myphoto/aabd641510f007c5d3798e8bb6148541.jpg)
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 ?
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
![](http://jazz.net/_images/myphoto/aabd641510f007c5d3798e8bb6148541.jpg)
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
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