<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Report Displaying Projects, Project Groups and Releases (Thread)</title><description> We had a request from a customer looking for a custom report with the following information:    We need a  report  or exported data dump from the system having following  data.  it seems there is no such default report  for the same.  Please share the  detail where these data points stored in the DB. that will help us to write a query to export the dump.     1.       Project Group        2.       Project Name        3.       Release name        4.       Release workflow status.      </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/1725.aspx</link><item><guid isPermaLink="false">threadId=1725</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"> project groups</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> projects</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> releases</category><title>Report Displaying Projects, Project Groups and Releases</title><description> We had a request from a customer looking for a custom report with the following information:    We need a  report  or exported data dump from the system having following  data.  it seems there is no such default report  for the same.  Please share the  detail where these data points stored in the DB. that will help us to write a query to export the dump.     1.       Project Group        2.       Project Name        3.       Release name        4.       Release workflow status.      </description><pubDate>Fri, 21 Jul 2017 15:28:34 -0400</pubDate><a10:updated>2017-07-21T15:29:55-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1725.aspx</link></item><item><guid isPermaLink="false">messageId=3068</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> Heres the Entity SQL you need to use to get that data:   select P.PROJECT_ID, P.NAME, P.PROJECT_GRO</title><description> Heres the Entity SQL you need to use to get that data:   select P.PROJECT_ID, P.NAME, P.PROJECT_GROUP_ID, P.PROJECT_GROUP_NAME, R.RELEASE_ID, R.NAME as RELEASE_NAME, R.RELEASE_STATUS_NAME from SpiraTestEntities.R_Projects as P
join SpiraTestEntities.R_Releases as R on R.PROJECT_ID = P.PROJECT_ID   and heres the XSLT template to put that into a nice grid:    
 
   
       PROJECT_ID  NAME  PROJECT_GROUP_ID  PROJECT_GROUP_NAME  RELEASE_ID  RELEASE_NAME  RELEASE_STATUS_NAME  
       
                              
         
       
         
     
      </description><pubDate>Fri, 21 Jul 2017 15:29:55 -0400</pubDate><a10:updated>2017-07-21T15:29:55-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1725.aspx#reply3068</link></item></channel></rss>