<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Custom Report Query to Find Tasks Linked to Deleted Requirements (Thread)</title><description> We had a customer that was looking for a custom report to find all of the Tasks in SpiraTeam that are linked to deleted requirements. These are requirements that are soft-deleted (i.e. have not been purged and can therefore be undeleted).  The ESQL query to use is:   select T.TASK_ID, T.NAME as TASK_NAME from SpiraTestEntities.R_Tasks as T
join SpiraTestEntities.R_Requirements as R on T.REQUIREMENT_ID = R.REQUIREMENT_ID
where T.PROJECT_ID = ${ProjectId} and R.IS_DELETED = True
     </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/1773.aspx</link><item><guid isPermaLink="false">threadId=1773</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"> esql</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> tasks</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> requirements</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> deleted</category><title>Custom Report Query to Find Tasks Linked to Deleted Requirements</title><description> We had a customer that was looking for a custom report to find all of the Tasks in SpiraTeam that are linked to deleted requirements. These are requirements that are soft-deleted (i.e. have not been purged and can therefore be undeleted).  The ESQL query to use is:   select T.TASK_ID, T.NAME as TASK_NAME from SpiraTestEntities.R_Tasks as T
join SpiraTestEntities.R_Requirements as R on T.REQUIREMENT_ID = R.REQUIREMENT_ID
where T.PROJECT_ID = ${ProjectId} and R.IS_DELETED = True
     </description><pubDate>Tue, 21 Nov 2017 20:39:38 -0500</pubDate><a10:updated>2017-11-21T20:42:14-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1773.aspx</link></item><item><guid isPermaLink="false">messageId=3162</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> For information on how to use custom reports, please check out this webinar:   https://www.inflectr</title><description> For information on how to use custom reports, please check out this webinar:   https://www.inflectra.com/ideas/entry/516.aspx  </description><pubDate>Tue, 21 Nov 2017 20:42:13 -0500</pubDate><a10:updated>2017-11-21T20:42:13-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1773.aspx#reply3162</link></item></channel></rss>