<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Custom report of test cases linked to incidents (Thread)</title><description> A customer asked how to write a custom Entity SQL report that displayed:   Incident ID  Incident Status Name  Test Case ID  Test Case Name  </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/spirateam/reports/1751.aspx</link><item><guid isPermaLink="false">threadId=1751</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom reports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> incidents</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> test cases</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> entity sql</category><title>Custom report of test cases linked to incidents</title><description> A customer asked how to write a custom Entity SQL report that displayed:   Incident ID  Incident Status Name  Test Case ID  Test Case Name  </description><pubDate>Wed, 11 Oct 2017 03:52:30 -0400</pubDate><a10:updated>2017-10-11T03:53:04-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1751.aspx</link></item><item><guid isPermaLink="false">messageId=3126</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> Heres the entity SQL you can use:   select INC.INCIDENT_ID, INC.INCIDENT_STATUS_NAME, TC.TEST_CASE_</title><description> Heres the entity SQL you can use:   select INC.INCIDENT_ID, INC.INCIDENT_STATUS_NAME, TC.TEST_CASE_ID, TC.NAME as TEST_CASE_NAME
from SpiraTestEntities.R_Incidents as INC
join SpiraTestEntities.R_TestCaseIncidents as TCI on INC.INCIDENT_ID = TCI.INCIDENT_ID
join SpiraTestEntities.R_TestCases as TC on TC.TEST_CASE_ID = TCI.TEST_CASE_ID
     </description><pubDate>Wed, 11 Oct 2017 03:53:04 -0400</pubDate><a10:updated>2017-10-11T03:53:04-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1751.aspx#reply3126</link></item></channel></rss>