<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Need help to build custom report to pull the modified testcases (Thread)</title><description> Can we build a Custom Report to pull the modified testcases in a given project. We looked into tables for SpiraTestEntities.R_HistoryChangeSets and SpiraTestEntities.R_HistoryDetails but none of the fields are matching to get the modified Testcase id. </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/2563.aspx</link><item><guid isPermaLink="false">threadId=2563</guid><author>kiran prasad (kprasad@unfi.com)</author><title>Need help to build custom report to pull the modified testcases</title><description> Can we build a Custom Report to pull the modified testcases in a given project. We looked into tables for SpiraTestEntities.R_HistoryChangeSets and SpiraTestEntities.R_HistoryDetails but none of the fields are matching to get the modified Testcase id. </description><pubDate>Mon, 31 Jan 2022 17:17:54 -0500</pubDate><a10:updated>2022-04-19T11:42:36-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2563.aspx</link></item><item><guid isPermaLink="false">messageId=4259</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> Hi Kiran  The following ESQL custom report query will display a list of all the field changes for t</title><description> Hi Kiran  The following ESQL custom report query will display a list of all the field changes for test cases in a specific product/project:   select HC.CHANGESET_ID, HC.ARTIFACT_TYPE_NAME, HC.CHANGE_DATE, HC.ARTIFACT_ID as TEST_CASE_ID, HC.ARTIFACT_DESC as TEST_CASE_NAME, HD.FIELD_NAME, HD.OLD_VALUE, HD.NEW_VALUE
from SpiraTestEntities.R_HistoryChangeSets as HC
join SpiraTestEntities.R_HistoryDetails as HD on HC.CHANGESET_ID = HD.CHANGESET_ID 
where HC.PROJECT_ID = ${ProjectId} and HC.ARTIFACT_TYPE_ID = 2   (Artifact Type = 2 is test cases)  Regards David </description><pubDate>Tue, 01 Feb 2022 10:49:48 -0500</pubDate><a10:updated>2022-02-01T10:49:48-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2563.aspx#reply4259</link></item><item><guid isPermaLink="false">messageId=4260</guid><author>kiran prasad (kprasad@unfi.com)</author><title> Thanks David, Can I filter it further to pull the modified testcases in the past 1 week. </title><description> Thanks David, Can I filter it further to pull the modified testcases in the past 1 week. </description><pubDate>Tue, 01 Feb 2022 16:09:55 -0500</pubDate><a10:updated>2022-02-01T16:09:55-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2563.aspx#reply4260</link></item><item><guid isPermaLink="false">messageId=4262</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> Sure just add a where clause on one the date fields....   https://spiradoc.inflectra.com/Reporting/</title><description> Sure just add a where clause on one the date fields....   https://spiradoc.inflectra.com/Reporting/Custom-Report-Tables/    History Change-Sets     CHANGESET_ID  USER_ID  ARTIFACT_TYPE_ID  ARTIFACT_ID  CHANGE_DATE  CHANGETYPE_ID  PROJECT_ID  REVERT_ID  ARTIFACT_DESC  CHANGETYPE_NAME  USER_NAME  ARTIFACT_TYPE_NAME  SIGNATURE_HASH  MEANING   </description><pubDate>Wed, 02 Feb 2022 12:47:47 -0500</pubDate><a10:updated>2022-02-02T12:47:47-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2563.aspx#reply4262</link></item><item><guid isPermaLink="false">messageId=4263</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> In this case, CHANGE_DATE. </title><description> In this case, CHANGE_DATE. </description><pubDate>Wed, 02 Feb 2022 12:48:03 -0500</pubDate><a10:updated>2022-02-02T12:48:03-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2563.aspx#reply4263</link></item></channel></rss>