Accessing related Test result in defect report
I want to create a report over my defects including the related test result verdicts and annotations per defect.
The goal is e.g. to have a "defect log" showing all defects and all their regression test results.
I know how to access test results in report recipies using the according tags, but the problem is that, although the GUI shows me the related Tests Results in the Defect items view, the reports engine seems to unable to access these items via the tags , like
<%begintestresultdetail verdict=&combinedverdictfilter %> <table> <tr> <%iteratetestresultfields%> <th>&testresultdisplayname</th> <%/iteratetestresultfields%> </tr>-- Display test result field values --> <tr> <%iteratetestresultfields%> <td>&testresultfieldname</td> <%/iteratetestresultfields%> </tr> </table> <%endtestresultdetail%>
If I run the same recipe on a Testcase item instead of a Defect item, all test result data can be accessed just as expected.
So is there a hidden switch that controls whether the "related Tests Results" can actually be accessed in reports or is there a constraint that test results may ONLY be accessed from types implementing "Testcase" Role.
There is no hint in the documentation of such a restriction.
Can anybody help me out here ?

